Uses of Interface
org.domdrides.entity.Entity

Packages that use Entity
org.domdrides.entity   
org.domdrides.example.entity   
org.domdrides.hibernate.repository   
org.domdrides.ibatis.repository   
org.domdrides.jpa.repository   
org.domdrides.mybatis.repository   
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.example.entity
 

Classes in org.domdrides.example.entity that implement Entity
 class Person
           
 

Uses of Entity in org.domdrides.hibernate.repository
 

Classes in org.domdrides.hibernate.repository with type parameters of type Entity
 class HibernateRepository<EntityType extends Entity<IdType>,IdType extends Serializable>
          A Hibernate-based repository implementation.
 

Uses of Entity in org.domdrides.ibatis.repository
 

Classes in org.domdrides.ibatis.repository with type parameters of type Entity
 class IbatisRepository<EntityType extends Entity<IdType>,IdType extends Serializable>
          An iBATIS-based repository implementation
 

Uses of Entity in org.domdrides.jpa.repository
 

Classes in org.domdrides.jpa.repository with type parameters of type Entity
 class JpaRepository<EntityType extends Entity<IdType>,IdType extends Serializable>
           
 

Uses of Entity in org.domdrides.mybatis.repository
 

Classes in org.domdrides.mybatis.repository with type parameters of type Entity
 class MybatisRepository<EntityType extends Entity<IdType>,IdType extends Serializable>
          An myBATIS-based repository implementation
 

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.