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

Packages that use ExtentCollection
ch.elca.el4j.services.persistence.hibernate.dao.extent   
 

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

Methods in ch.elca.el4j.services.persistence.hibernate.dao.extent that return ExtentCollection
static ExtentCollection ExtentCollection.collection(Class<?> c, Method m)
          Returns a new Collection object, based on the given class and method.
static ExtentCollection ExtentCollection.collection(String name, Class<?> c)
          Returns a new Collection object, based on the given name and class.
static ExtentCollection ExtentCollection.collection(String name, ExtentEntity entity)
          Returns a new Collection object, based on the given name and entity.
 ExtentCollection ExtentCollection.freeze()
          Freeze the ExtentCollection, meaning that no further changes to it are possible.
 ExtentCollection ExtentCollection.merge(ExtentCollection other)
          Merge two ExtentCollections.
 

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

Methods in ch.elca.el4j.services.persistence.hibernate.dao.extent with parameters of type ExtentCollection
 ExtentCollection ExtentCollection.merge(ExtentCollection other)
          Merge two ExtentCollections.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.