Uses of Interface
org.domdrides.entity.Entity

Packages that use Entity
org.domdrides.entity   
org.domdrides.repository   
 

Uses of Entity in org.domdrides.entity
 

Classes in org.domdrides.entity that implement Entity
 class AbstractEntity<IdType extends Serializable>
          A useful superclass for implementing persistent entity classes.
 class UuidEntity
          An entity class that uses a UUID's String value as its id.
 

Uses of Entity in org.domdrides.repository
 

Classes in org.domdrides.repository with type parameters of type Entity
 interface PageableRepository<EntityType extends Entity<IdType>,IdType extends Serializable>
          A useful interface for repositories which support "paging."
 interface Repository<EntityType extends Entity<IdType>,IdType extends Serializable>
          A repository represents a collection of a specific type of objects.
 



Copyright © 2013. All Rights Reserved.