Uses of Interface
org.tentackle.model.EntityOptions
-
Packages that use EntityOptions Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of EntityOptions in org.tentackle.model
Methods in org.tentackle.model that return EntityOptions Modifier and Type Method Description EntityOptionsEntityFactory. createEntityOptions(Entity entity, SourceInfo sourceInfo)Creates entity options.EntityOptionsEntity. getOptions()Gets the options. -
Uses of EntityOptions in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement EntityOptions Modifier and Type Class Description classEntityOptionsImplEntity options.Methods in org.tentackle.model.impl with parameters of type EntityOptions Modifier and Type Method Description voidAttributeOptionsImpl. applyEntityOptions(EntityOptions options, DataType dataType)Sets the default from entity options.
-