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 interfaceFragment<E extends Entity>Fragment of an entity.classListVAccessor<E extends Entity>This class is a way to access to a list of entities managed by a relationship.interfaceMasterDataEnum<E extends Entity>Interface that enum dictionary of static masterdatas must implement.classUID<E extends Entity>Représente l'identifiant ABSOLU d'une ressource.classVAccessor<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 interfaceDtMasterDataInterface to have a marker on all MasterData object.interfaceDtStaticMasterDataInterface to have a marker on all static MasterData object.interfaceKeyConceptInterface 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 DtListStateDtListState. 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 EntityDtObjectUtil. 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 DtListURIForNNAssociationDtObjectUtil. createDtListURIForNNAssociation(Entity entity, String associationDefinitionName, String roleName)Récupération d'une UID de Collection à partir d'un dtostatic DtListURIForSimpleAssociationDtObjectUtil. createDtListURIForSimpleAssociation(Entity entity, String associationDefinitionName, String roleName)Récupération d'une UID de Collection à partir d'un dtostatic ObjectDtObjectUtil. getId(Entity entity)Returns the 'id' of a 'DtObject'.
-