Uses of Interface
net.lecousin.reactive.data.relational.model.PropertiesSource
-
Packages that use PropertiesSource Package Description net.lecousin.reactive.data.relational.mapping net.lecousin.reactive.data.relational.model -
-
Uses of PropertiesSource in net.lecousin.reactive.data.relational.mapping
Methods in net.lecousin.reactive.data.relational.mapping with parameters of type PropertiesSource Modifier and Type Method Description protected <T> EntityInstance<T>LcEntityReader. getOrCreateInstance(EntityMetadata entityType, PropertiesSource source)protected <T> EntityInstance<T>LcEntityReader. getOrCreateInstance(EntityMetadata entityType, PropertiesSource source, Object id)<T> TLcEntityReader. read(Class<T> type, PropertiesSource source)<T> EntityInstance<T>LcEntityReader. read(EntityMetadata entityType, PropertiesSource source)protected <T> org.apache.commons.lang3.mutable.MutableObject<T>LcEntityReader. readEntityProperty(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property, Object parentInstance, PropertiesSource source)protected <T> org.apache.commons.lang3.mutable.MutableObject<T>LcEntityReader. readForeignKeyEntity(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property, Object parentInstance, EntityMetadata entityType, PropertiesSource source)protected org.apache.commons.lang3.mutable.MutableObject<Object>LcEntityReader. readProperty(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property, PropertiesSource source, Object instance, Class<?> targetType)Constructors in net.lecousin.reactive.data.relational.mapping with parameters of type PropertiesSource Constructor Description PropertiesSourceParameterValueProvider(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entityType, PropertiesSource source) -
Uses of PropertiesSource in net.lecousin.reactive.data.relational.model
Classes in net.lecousin.reactive.data.relational.model that implement PropertiesSource Modifier and Type Class Description classPropertiesSourceMapImplementation of PropertiesSource from a map of values.classPropertiesSourceRowImplementation of PropertiesSource from a row returned by the database.Methods in net.lecousin.reactive.data.relational.model that return types with arguments of type PropertiesSource Modifier and Type Method Description static Function<PropertiesSource,Object>ModelUtils. idGetter(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entityType)static Function<PropertiesSource,Object>ModelUtils. idGetterFromIdProperty(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entityType)static Function<PropertiesSource,Object>ModelUtils. idGetterFromProperties(Iterable<org.springframework.data.relational.core.mapping.RelationalPersistentProperty> properties)Methods in net.lecousin.reactive.data.relational.model with parameters of type PropertiesSource Modifier and Type Method Description static ObjectModelUtils. getId(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entityType, PropertiesSource source)
-