Uses of Class
net.lecousin.reactive.data.relational.model.metadata.PropertyStaticMetadata
-
Packages that use PropertyStaticMetadata Package Description net.lecousin.reactive.data.relational.enhance net.lecousin.reactive.data.relational.model.metadata -
-
Uses of PropertyStaticMetadata in net.lecousin.reactive.data.relational.enhance
Methods in net.lecousin.reactive.data.relational.enhance with parameters of type PropertyStaticMetadata Modifier and Type Method Description <T> org.apache.commons.lang3.mutable.MutableObject<T>EntityState. getForeignTableField(Object entity, PropertyStaticMetadata property)voidEntityState. restorePersistedValue(Object instance, PropertyStaticMetadata property)voidEntityState. setForeignTableField(Object instance, PropertyStaticMetadata property, Object value) -
Uses of PropertyStaticMetadata in net.lecousin.reactive.data.relational.model.metadata
Methods in net.lecousin.reactive.data.relational.model.metadata that return PropertyStaticMetadata Modifier and Type Method Description PropertyStaticMetadataEntityStaticMetadata. getForeignTableForJoinKey(String joinKey, Class<?> targetType)Return the foreign table property having the given join key on the given target type.PropertyStaticMetadataPropertyStaticMetadata. getJoinTableForeignTable()Returns the foreign table property generated for this join table property.PropertyStaticMetadataEntityStaticMetadata. getRequiredProperty(String name)PropertyStaticMetadataPropertyMetadata. getStaticMetadata()Methods in net.lecousin.reactive.data.relational.model.metadata that return types with arguments of type PropertyStaticMetadata Modifier and Type Method Description List<PropertyStaticMetadata>EntityStaticMetadata. getForeignKeys()List<PropertyStaticMetadata>EntityStaticMetadata. getForeignTables()Collection<PropertyStaticMetadata>EntityStaticMetadata. getProperties()
-