Uses of Interface
org.tentackle.model.EntityOptions
Packages that use EntityOptions
Package
Description
Entity model.
Default model implementation.
-
Uses of EntityOptions in org.tentackle.model
Methods in org.tentackle.model that return EntityOptionsModifier and TypeMethodDescriptionEntityFactory.createEntityOptions(Entity entity, SourceInfo sourceInfo) Creates entity options.Entity.getOptions()Gets the options. -
Uses of EntityOptions in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement EntityOptionsMethods in org.tentackle.model.impl with parameters of type EntityOptionsModifier and TypeMethodDescriptionvoidAttributeOptionsImpl.applyEntityOptions(EntityOptions options, DataType<?> dataType) Sets the default from entity options.