Uses of Enum Class
org.tentackle.model.Integrity
Packages that use Integrity
Package
Description
Entity model.
Default model implementation.
-
Uses of Integrity in org.tentackle.model
Methods in org.tentackle.model that return IntegrityModifier and TypeMethodDescriptionEntity.getIntegrity()Gets the referential integrity mode.static IntegrityReturns the enum constant of this class with the specified name.static Integrity[]Integrity.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Integrity in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return IntegrityMethods in org.tentackle.model.impl with parameters of type IntegrityModifier and TypeMethodDescriptionvoidEntityImpl.setIntegrity(Integrity integrity) Sets the integrity.protected voidModelImpl.validateComponents(Entity entity, Integrity integrity, Set<ModelError> errors) Verifies that the integrity is the same within a given composite hierarchy.protected voidModelImpl.validateInheritanceHierarchy(Entity entity, InheritanceType inheritanceType, TrackType trackType, Integrity integrity, Set<ModelError> errors) Verifies that the inheritance, integrity and track type is the same within a given interitance hierarchy.
Notice that concrete classes (the leafs of the hierarchy) must have InheritanceType.NONE defined!