Uses of Interface
io.vertigo.datamodel.structure.model.Entity
-
Packages that use Entity Package Description io.vertigo.datamodel.criteria io.vertigo.datamodel.structure.model io.vertigo.datamodel.structure.util -
-
Uses of Entity in io.vertigo.datamodel.criteria
Methods in io.vertigo.datamodel.criteria with type parameters of type Entity Modifier and Type Method Description static <E extends Entity>
CriterionLimit<E>CriterionLimit. ofExcluded(Serializable value)
static <E extends Entity>
CriterionLimit<E>CriterionLimit. ofIncluded(Serializable value)
-
Uses of Entity in io.vertigo.datamodel.structure.model
Classes in io.vertigo.datamodel.structure.model with type parameters of type Entity Modifier and Type Interface Description interface
Fragment<E extends Entity>
Fragment of an entity.class
ListVAccessor<E extends Entity>
This class is a way to access to a list of entities managed by a relationship.interface
MasterDataEnum<E extends Entity>
Interface that enum dictionary of static masterdatas must implement.class
UID<E extends Entity>
Représente l'identifiant ABSOLU d'une ressource.class
VAccessor<E extends Entity>
This class is a way to access an entity defined by a relationship.Subinterfaces of Entity in io.vertigo.datamodel.structure.model Modifier and Type Interface Description interface
DtMasterData
Interface to have a marker on all MasterData object.interface
DtStaticMasterData
Interface to have a marker on all static MasterData object.interface
KeyConcept
Interface to have a marker on all KeyConcept object (properly Main Business Object).Methods in io.vertigo.datamodel.structure.model with type parameters of type Entity Modifier and Type Method Description static <E extends Entity>
UID<E>UID. of(E entity)
Builds an UID for an entity defined by - an objectstatic <E extends Entity>
UID<E>UID. of(DtDefinition definition, Object id)
Builds an UID for an entity defined by - an id - a definitionstatic <E extends Entity>
UID<E>UID. of(Class<E> entityClass, Object uriValue)
Builds an UID for an entity defined by - a class - an idstatic <E extends Entity>
UID<E>UID. of(String urn)
Parses URI from URN.Method parameters in io.vertigo.datamodel.structure.model with type arguments of type Entity Modifier and Type Method Description static DtListState
DtListState. defaultOf(Class<? extends Entity> entityClass)
Constructors in io.vertigo.datamodel.structure.model with parameters of type Entity Constructor Description ListVAccessor(Entity entity, String associationDefinitionName, String roleName)
Constructor. -
Uses of Entity in io.vertigo.datamodel.structure.util
Methods in io.vertigo.datamodel.structure.util with type parameters of type Entity Modifier and Type Method Description static <E extends Entity,F extends Fragment<E>>
UID<E>DtObjectUtil. createEntityUID(F fragment)
Creates an UID of entity from an existing fragment.static <E extends Entity>
UID<E>DtObjectUtil. createUID(DtObject dto, String associationDefinitionName, Class<E> dtoTargetClass)
Récupération d'une UID de DTO.Methods in io.vertigo.datamodel.structure.util that return Entity Modifier and Type Method Description static Entity
DtObjectUtil. createEntity(DtDefinition dtDefinition)
Creates a new entity from a 'DtDefinition'.Methods in io.vertigo.datamodel.structure.util with parameters of type Entity Modifier and Type Method Description static DtListURIForNNAssociation
DtObjectUtil. createDtListURIForNNAssociation(Entity entity, String associationDefinitionName, String roleName)
Récupération d'une UID de Collection à partir d'un dtostatic DtListURIForSimpleAssociation
DtObjectUtil. createDtListURIForSimpleAssociation(Entity entity, String associationDefinitionName, String roleName)
Récupération d'une UID de Collection à partir d'un dtostatic Object
DtObjectUtil. getId(Entity entity)
Returns the 'id' of a 'DtObject'.
-