Group: Ceylon Interop
Sort by:Popular

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
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
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