Uses of Package
org.acegisecurity.domain

Packages that use org.acegisecurity.domain
org.acegisecurity.domain.dao Provides the base of a data access object (DAO) persistence layer. 
org.acegisecurity.domain.hibernate Hibernate-specific implementations of the domain subproject interfaces. 
org.acegisecurity.domain.impl Convenient domain object abstract classes, although none are mandatory/required by other packages in this project. 
org.acegisecurity.domain.service   
org.acegisecurity.domain.validation Validation services for complex domain objects. 
 

Classes in org.acegisecurity.domain used by org.acegisecurity.domain.dao
PersistableEntity
          An interface that indicates an object is a persistable entity.
 

Classes in org.acegisecurity.domain used by org.acegisecurity.domain.hibernate
PersistableEntity
          An interface that indicates an object is a persistable entity.
 

Classes in org.acegisecurity.domain used by org.acegisecurity.domain.impl
PersistableEntity
          An interface that indicates an object is a persistable entity.
 

Classes in org.acegisecurity.domain used by org.acegisecurity.domain.service
PersistableEntity
          An interface that indicates an object is a persistable entity.
 

Classes in org.acegisecurity.domain used by org.acegisecurity.domain.validation
DomainException
          Abstract superclass for all exceptions related to domain object support subproject.
 



Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.