- GenericComponent<Entity,Key> - Interface in org.dejava.component.ejb.component
-
Defines the expected interface of a entity component.
- getAll(Integer, Integer) - Method in class org.dejava.component.ejb.component.AbstractGenericComponent
-
- getAll(Integer, Integer) - Method in interface org.dejava.component.ejb.component.GenericComponent
-
Gets all entities of the kind.
- getAll(Integer, Integer) - Method in class org.dejava.component.ejb.dao.AbstractGenericDAO
-
Gets all entities of the kind.
- getByAttribute(String, Object, Integer, Integer) - Method in class org.dejava.component.ejb.component.AbstractGenericComponent
-
- getByAttribute(String, Object) - Method in class org.dejava.component.ejb.component.AbstractGenericComponent
-
- getByAttribute(String, Object, Integer, Integer) - Method in interface org.dejava.component.ejb.component.GenericComponent
-
Gets all entities with the given attribute value.
- getByAttribute(String, Object) - Method in interface org.dejava.component.ejb.component.GenericComponent
-
Gets an entity by its attribute.
- getByAttribute(String, Object, Integer, Integer) - Method in class org.dejava.component.ejb.dao.AbstractGenericDAO
-
Gets all entities with the given attribute value.
- getByAttribute(String, Object) - Method in class org.dejava.component.ejb.dao.AbstractGenericDAO
-
Gets the entity with the given attribute value.
- getById(Key) - Method in class org.dejava.component.ejb.component.AbstractGenericComponent
-
- getById(Key) - Method in interface org.dejava.component.ejb.component.GenericComponent
-
Gets an entity by its identifier.
- getById(Key) - Method in class org.dejava.component.ejb.dao.AbstractGenericDAO
-
Gets an entity by its identifier.
- getCriteriaBuilder() - Method in class org.dejava.component.ejb.dao.AbstractGenericDAO
-
Gets the criteria builder instance.
- getEntityClass() - Method in class org.dejava.component.ejb.dao.AbstractGenericDAO
-
Gets the class of the generic entity.
- getEntityDAO() - Method in class org.dejava.component.ejb.component.AbstractGenericComponent
-
Gets the entityDAO.
- getEntityManager() - Method in class org.dejava.component.ejb.dao.AbstractGenericDAO
-
Gets the entity manager for the DAO.
- getExternalEntity(String, String, Class<?>[], Object[]) - Static method in class org.dejava.component.ejb.entity.ExternalEntityLoader
-
Gets an external entity.
- getIdentifier() - Method in class org.dejava.component.ejb.entity.AbstractIdentifiedEntity
-
Gets the identifier for the entity.
- getVersion() - Method in class org.dejava.component.ejb.entity.AbstractVersionedEntity
-
Gets the version for the entity.