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
EntityPersisterimplementation with some custom functionality.APersisterFactorywhich delegates object creation toPersisterFactoryImpland then injects services into the persisters if a suitable setter is found.Internal interface forPersistenceSessionthat is only visible within the persist/core module.A customBytecodeProviderwhich initializes itsProxyFactoryon demand, which leads to faster startup time and less memory usage because only the proxies which are really needed are initialized.