Uses of Class
net.lecousin.reactive.data.relational.model.metadata.PropertyMetadata
-
-
Uses of PropertyMetadata in net.lecousin.reactive.data.relational.mapping
Methods in net.lecousin.reactive.data.relational.mapping with parameters of type PropertyMetadata Modifier and Type Method Description protected voidLcEntityWriter. writeNull(org.springframework.data.r2dbc.mapping.OutboundRow sink, PropertyMetadata property)voidLcEntityWriter. writeProperty(org.springframework.data.r2dbc.mapping.OutboundRow sink, PropertyMetadata property, org.springframework.data.mapping.PersistentPropertyAccessor<?> accessor)protected voidLcEntityWriter. writeSimple(org.springframework.data.r2dbc.mapping.OutboundRow sink, Object value, PropertyMetadata property) -
Uses of PropertyMetadata in net.lecousin.reactive.data.relational.model
Methods in net.lecousin.reactive.data.relational.model with parameters of type PropertyMetadata Modifier and Type Method Description static ObjectModelUtils. getPersistedDatabaseValue(EntityState state, PropertyMetadata property) -
Uses of PropertyMetadata in net.lecousin.reactive.data.relational.model.metadata
Methods in net.lecousin.reactive.data.relational.model.metadata that return PropertyMetadata Modifier and Type Method Description PropertyMetadataEntityMetadata. getIdProperty()PropertyMetadataEntityMetadata. getProperty(String name)PropertyMetadataEntityMetadata. getRequiredForeignTableProperty(String name)PropertyMetadataEntityMetadata. getRequiredIdProperty()PropertyMetadataEntityMetadata. getRequiredPersistentProperty(String name)PropertyMetadataEntityMetadata. getRequiredProperty(String name)PropertyMetadataEntityMetadata. getRequiredVersionProperty()PropertyMetadataEntityMetadata. getVersionProperty()Methods in net.lecousin.reactive.data.relational.model.metadata that return types with arguments of type PropertyMetadata Modifier and Type Method Description List<PropertyMetadata>EntityMetadata. getCompositeIdProperties()Iterable<PropertyMetadata>EntityMetadata. getForeignKeys()Iterable<PropertyMetadata>EntityMetadata. getGeneratedValues()Iterable<PropertyMetadata>EntityMetadata. getPersistentProperties()Collection<PropertyMetadata>EntityMetadata. getProperties()Methods in net.lecousin.reactive.data.relational.model.metadata with parameters of type PropertyMetadata Modifier and Type Method Description ObjectEntityInstance. getDatabaseValue(PropertyMetadata property)Returns the value stored in database for the given property.ObjectEntityInstance. getForeignKeyValue(PropertyMetadata fkProperty, Object foreignInstance)Return the primary key from a foreign key instance.ObjectEntityInstance. getValue(PropertyMetadata property)booleanEntityInstance. isPersistedForeignKey(PropertyMetadata fkProperty, Object foreignInstance)Return true if the persisted foreign id is equals to the id of the foreignInstance (or both null).voidEntityInstance. setValue(PropertyMetadata property, Object value) -
Uses of PropertyMetadata in net.lecousin.reactive.data.relational.query.criteria
Methods in net.lecousin.reactive.data.relational.query.criteria with parameters of type PropertyMetadata Modifier and Type Method Description protected org.springframework.data.relational.core.sql.ExpressionCriteriaSqlBuilder. toExpression(Object value, PropertyMetadata property) -
Uses of PropertyMetadata in net.lecousin.reactive.data.relational.schema
Methods in net.lecousin.reactive.data.relational.schema with parameters of type PropertyMetadata Modifier and Type Method Description protected static ColumnSchemaBuilderFromEntities. buildColumn(Table table, PropertyMetadata property) -
Uses of PropertyMetadata in net.lecousin.reactive.data.relational.schema.dialect
Methods in net.lecousin.reactive.data.relational.schema.dialect with parameters of type PropertyMetadata Modifier and Type Method Description ObjectRelationalDatabaseSchemaDialect. convertToDataBase(Object value, PropertyMetadata property)
-