Package ch.tocco.nice2.persist.core.impl.hibernate.pojo
package ch.tocco.nice2.persist.core.impl.hibernate.pojo
-
ClassDescriptionAbstract base class for
AbstractHibernateEntity
implementations which handles dirty tracking.A base class for dynamically createdEntity
instances (seeJavassistEntityPojoFactory
Used for XML based entities.A base class for dynamically createdEntity
instances (seeJavassistEntityPojoFactory
.Entity
base class for 'session-only' entities which are not mapped by hibernate.Query
implementation that can be used when no results will be available.Entity context that is injected into everyAbstractHibernateEntity
.Creates an instance with the default constructor and injects the required services.Hashes anEntityModel
by including all relevant fields used by theJavassistEntityPojoFactory
so that the hash value can be used to validate the cached class.Hibernate adapter for theQuery
interface.Contains helper methods for creating annotations with javassist.Creates a subclass ofAbstractPojoEntity
based on anEntityModel
on-the-fly for use with hibernate.Hibernate adapter for theEntityManager
interfaceService that sets and gets properties of an entity using reflection.Accesses entity properties using reflections.