Package net.lecousin.reactive.data.relational.model
-
Interface Summary Interface Description PropertiesSource Interface for a source of properties (for example from a row in database). -
Class Summary Class Description CompositeIdValue Value for a composite id.EntityCache Cache of entity instances, to use the same instance when loading the same primary key in a database query.JoinTableCollectionFromTargetCollection<J,T> Utility class for join tables.JoinTableCollectionToTargetCollection<J,T> Utility class for join tables.ModelUtils Utility methods.PrimitiveArraysUtil Utility methods to convert primitive arrays.PropertiesSourceMap Implementation of PropertiesSource from a map of values.PropertiesSourceRow Implementation of PropertiesSource from a row returned by the database. -
Exception Summary Exception Description ModelAccessException Runtime exception thrown when an error occurred while accessing entities.ModelException Invalid entity model.