Provides [[CeylonRepository]] for use with Spring Data. Your repository should satisfy `CeylonRepository`, for example: shared interface OrgRepository satisfies CeylonRepository<Org,Integer> {} Then, enable [[CeylonRepositoryImpl]] by annotating your `configuration` or `springBootApplication` class like this: springBootApplication enableJpaRepositories { repositoryBaseClass = `class CeylonRepositoryImpl`; } shared class ...

Scope:
Scope:
Format:
Scope:
Scope:
Scope:
Scope:
Scope:
Scope:

Note: this artifact is located at Ceylon repository (https://modules.ceylon-lang.org/maven/1/)

Licenses

LicenseURL

Developers

NameEmailDev IdRolesOrganization
Gavin King