Uses of Class
org.tentackle.model.Integrity
-
Packages that use Integrity Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of Integrity in org.tentackle.model
Methods in org.tentackle.model that return Integrity Modifier and Type Method Description IntegrityEntity. getIntegrity()Gets the referential integrity mode.static IntegrityIntegrity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Integrity[]Integrity. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Integrity in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return Integrity Modifier and Type Method Description IntegrityEntityImpl. getIntegrity()Methods in org.tentackle.model.impl with parameters of type Integrity Modifier and Type Method Description voidEntityImpl. setIntegrity(Integrity integrity)Sets the integrity.protected voidModelImpl. validateComponents(Entity entity, Integrity integrity, java.util.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, java.util.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!
-