Class PersistencePool
java.lang.Object
de.hybris.platform.persistence.framework.PersistencePool
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateEntityInstance(String jndiName, PK pk) findEntityByPK(String jndiName, PK pk) getCache()getEntityProxy(PK pk) getHomeProxy(int tc) getHomeProxy(String jndiName) getOrCreateUninitializedEntityProxy(String jndiName, PK pk) booleanisSystemCriticalType(int typeCode) voidvoidregisterHJMPListeners(InvalidationManager invManager) voidvoidremoveEntityProxy(PK pk) voidvoidverifyTableExistenceIfNeeded(Connection connection, ItemDeployment depl)
-
Constructor Details
-
PersistencePool
-
-
Method Details
-
registerPersistenceListener
-
unregisterPersistenceListener
-
notifyEntityCreation
-
registerHJMPListeners
-
clearCache
public void clearCache() -
createEntityInstance
-
findEntityByPK
- Throws:
YObjectNotFoundException
-
getOrCreateUninitializedEntityProxy
-
getEntityProxy
-
removeEntityProxy
-
getHomeProxy
-
getHomeProxy
-
isSystemCriticalType
public boolean isSystemCriticalType(int typeCode) -
getCache
-
getTenant
-
getPersistenceManager
-
getDatabase
-
getDataSource
-
getJDBCValueMappings
-
verifyTableExistenceIfNeeded
public void verifyTableExistenceIfNeeded(Connection connection, ItemDeployment depl) throws SQLException - Throws:
SQLException
-