Uses of Class
ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity

Packages that use ExtentEntity
ch.elca.el4j.services.persistence.hibernate.dao.extent   
ch.elca.el4j.services.persistence.jpa.dao.extentstrategies   
 

Uses of ExtentEntity in ch.elca.el4j.services.persistence.hibernate.dao.extent
 

Methods in ch.elca.el4j.services.persistence.hibernate.dao.extent that return ExtentEntity
 ExtentEntity ExtentEntity.all(int depth)
          Include all fields, entities and collections of the class-entity.
static ExtentEntity ExtentEntity.entity(Class<?> c)
          Returns a new Entity object, based on the given class.
static ExtentEntity ExtentEntity.entity(Class<?> c, Method m)
          Returns a new Entity object, based on the given class and method.
static ExtentEntity ExtentEntity.entity(String name, Class<?> c)
          Returns a new Entity object, based on the given name and class.
 ExtentEntity ExtentEntity.freeze()
          Freeze the ExtentEntity, meaning that no further changes to it are possible.
 ExtentEntity ExtentCollection.getContainedEntity()
          Contained entity of the collection.
 ExtentEntity DataExtent.getRootEntity()
          Root entity of the extent.
 ExtentEntity ExtentEntity.merge(ExtentEntity other)
          Merge two ExtentEntities.
static ExtentEntity ExtentEntity.rootEntity(Class<?> c)
          Returns a new Entity object, based on the given class.
 ExtentEntity ExtentEntity.with(String... fields)
          Extend the entity by the given fields.
 ExtentEntity ExtentEntity.without(String... fields)
          Exclude fields from the entity.
 ExtentEntity ExtentEntity.withSubentities(AbstractExtentPart... entities)
          Extend the entity by the given sub-entities.
 

Methods in ch.elca.el4j.services.persistence.hibernate.dao.extent that return types with arguments of type ExtentEntity
 List<ExtentEntity> ExtentEntity.getChildEntities()
          Child entities.
 

Methods in ch.elca.el4j.services.persistence.hibernate.dao.extent with parameters of type ExtentEntity
static ExtentCollection ExtentCollection.collection(String name, ExtentEntity entity)
          Returns a new Collection object, based on the given name and entity.
 ExtentEntity ExtentEntity.merge(ExtentEntity other)
          Merge two ExtentEntities.
 void ExtentCollection.setContainedEntity(ExtentEntity entity)
          Set the entity contained in this collection.
 

Uses of ExtentEntity in ch.elca.el4j.services.persistence.jpa.dao.extentstrategies
 

Methods in ch.elca.el4j.services.persistence.jpa.dao.extentstrategies with parameters of type ExtentEntity
 void ExtentFetcher.fetchExtentObject(Object object, ExtentEntity entity, org.apache.commons.collections.map.ReferenceMap fetchedObjects)
          Sub-method of the extent-based fetching, steps through the entities and calls the required methods.
 void HibernateExtentFetcher.fetchExtentObject(Object object, ExtentEntity entity, org.apache.commons.collections.map.ReferenceMap fetchedObjects)
          Sub-method of the extent-based fetching, steps through the entities and calls the required methods.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.