Uses of Class
net.lecousin.reactive.data.relational.enhance.EntityState
-
-
Uses of EntityState in net.lecousin.reactive.data.relational
Methods in net.lecousin.reactive.data.relational with parameters of type EntityState Modifier and Type Method Description <T> reactor.core.publisher.Mono<T>LcReactiveDataRelationalClient. lazyLoad(T entity, EntityState state, org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entityType) -
Uses of EntityState in net.lecousin.reactive.data.relational.enhance
Methods in net.lecousin.reactive.data.relational.enhance that return EntityState Modifier and Type Method Description static EntityStateEntityState. get(Object entity, LcReactiveDataRelationalClient client)static EntityStateEntityState. get(Object entity, LcReactiveDataRelationalClient client, org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entityType) -
Uses of EntityState in net.lecousin.reactive.data.relational.model
Methods in net.lecousin.reactive.data.relational.model with parameters of type EntityState Modifier and Type Method Description <T> TEntityCache. getOrSet(EntityState state, org.springframework.data.relational.core.mapping.RelationalPersistentEntity<T> entity, org.springframework.data.mapping.PersistentPropertyAccessor<T> accessor, org.springframework.data.mapping.context.MappingContext<org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?>,? extends org.springframework.data.relational.core.mapping.RelationalPersistentProperty> mappingContext)Get it from cache or add it to cache.static ObjectModelUtils. getPersistedDatabaseValue(EntityState state, org.springframework.data.relational.core.mapping.RelationalPersistentProperty property, org.springframework.data.mapping.context.MappingContext<org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?>,? extends org.springframework.data.relational.core.mapping.RelationalPersistentProperty> mappingContext) -
Uses of EntityState in net.lecousin.reactive.data.relational.query.operation
Methods in net.lecousin.reactive.data.relational.query.operation with parameters of type EntityState Modifier and Type Method Description <T> net.lecousin.reactive.data.relational.query.operation.DeleteProcessor.DeleteRequestOperation. addToDelete(T entity, org.springframework.data.relational.core.mapping.RelationalPersistentEntity<T> entityType, EntityState state, org.springframework.data.mapping.PersistentPropertyAccessor<T> accessor)<T> net.lecousin.reactive.data.relational.query.operation.SaveProcessor.SaveRequestOperation. addToSave(T entity, org.springframework.data.relational.core.mapping.RelationalPersistentEntity<T> entityType, EntityState state, org.springframework.data.mapping.PersistentPropertyAccessor<T> accessor)
-