| Interface | Description |
|---|---|
| GenericDAO<T,PK extends Serializable> |
Title: GenericDAO
|
| Class | Description |
|---|---|
| GenericHibernate3DAO<T,PK extends Serializable> |
This class serves as the Base class for all other DAOs - namely to hold
common CRUD methods that they might all use.
|
| GenericHibernate4DAO<T,PK extends Serializable> |
This class serves as the Base class for all other DAOs - namely to hold
common CRUD methods that they might all use.
|
| HibernateCustomReplicator |
Replicates given bean to its underlying class, thus remove (unserializable) Hibernate AOP wrapper.
|
| HibernateCustomReplicator.BeanTransformerWithoutInit |
Custom bean transformer that ignores not initialized properties/associations
|
| HibernateCustomReplicator.BeanTransformerWithoutInitFactory |
Factory class for creating
BeanTransformerWithoutInit - the bean transformer without initialization. |
Copyright © 2014. All Rights Reserved.