Package ch.tocco.nice2.persist.core.impl.hibernate
package ch.tocco.nice2.persist.core.impl.hibernate
-
ClassDescriptionAbstractInjectingFactory<T extends org.hibernate.service.spi.ServiceRegistryAwareService>This abstract impl delegates object creation and then injects services into the instance if a suitable setter is found.An
EntityPersister
implementation with some custom functionality.APersisterFactory
which delegates object creation toPersisterFactoryImpl
and then injects services into the persisters if a suitable setter is found.Internal interface forPersistenceSession
that is only visible within the persist/core module.A customBytecodeProvider
which initializes itsProxyFactory
on demand, which leads to faster startup time and less memory usage because only the proxies which are really needed are initialized.