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> TLcEntityReader. getOrCreateInstance(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<T> entityType, PropertiesSource source)protected <T> TLcEntityReader. getOrCreateInstance(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<T> entityType, PropertiesSource source, Object id)<T> TLcEntityReader. read(Class<T> type, PropertiesSource source)<T> TLcEntityReader. read(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<T> entityType, PropertiesSource source)protected <T> TLcEntityReader. readEntityProperty(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property, Object parentInstance, PropertiesSource source)protected <T> TLcEntityReader. readForeignKeyEntity(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property, Object parentInstance, org.springframework.data.relational.core.mapping.RelationalPersistentEntity<T> entityType, PropertiesSource source)protected ObjectLcEntityReader. readProperty(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property, PropertiesSource source, Object instance)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, org.springframework.core.convert.ConversionService conversionService) -
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 classPropertiesSourceMapclassPropertiesSourceRowMethods 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)static CompositeIdValueModelUtils. getIdFromProperties(Iterable<org.springframework.data.relational.core.mapping.RelationalPersistentProperty> properties, PropertiesSource source)static ObjectModelUtils. getIdPropertyValue(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entityType, PropertiesSource source)
-