Group: Ceylon Interop
1.Ceylon / Java Interoperability Platform Module28 usages
ceylon.interop » java
A set of adaptors for types belonging to the Java language
or Java SDK. Includes:
- a set of functions for instantiating Java array types
given a stream of values, for example,
[[createJavaIntArray]], [[createJavaFloatArray]],
...
Last Release on Feb 13, 2021
2.Ceylon Persistence Interop Platform Module
ceylon.interop » persistence
Provides a Ceylonic [[EntityManager]] for use with the Java
Persistence API. An `EntityManager` may be instantiated
directly, given an instance of
[[javax.persistence.EntityManager|javax.persistence::EntityManager]].
Last Release on Feb 13, 2021
3.Ceylon Spring Interop Platform Module
ceylon.interop » spring
Provides [[CeylonRepository]] for use with Spring Data.
Your repository should satisfy `CeylonRepository`, for
example:
shared interface OrgRepository
satisfies CeylonRepository<Org,Integer> {}
Then, enable [[CeylonRepositoryImpl]] ...
Last Release on Feb 13, 2021
