Class PersistencePool


  • public class PersistencePool
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • notifyEntityCreation

        public void notifyEntityCreation​(PK pk)
      • registerHJMPListeners

        public void registerHJMPListeners​(InvalidationManager invManager)
      • clearCache

        public void clearCache()
      • createEntityInstance

        public EntityInstance createEntityInstance​(java.lang.String jndiName,
                                                   PK pk)
      • getOrCreateUninitializedEntityProxy

        public EntityProxy getOrCreateUninitializedEntityProxy​(java.lang.String jndiName,
                                                               PK pk)
      • removeEntityProxy

        public void removeEntityProxy​(PK pk)
      • getHomeProxy

        public HomeProxy getHomeProxy​(int tc)
      • getHomeProxy

        public HomeProxy getHomeProxy​(java.lang.String jndiName)
      • getCache

        public Cache getCache()
      • getDatabase

        public java.lang.String getDatabase()
      • verifyTableExistenceIfNeeded

        public void verifyTableExistenceIfNeeded​(java.sql.Connection connection,
                                                 ItemDeployment depl)
                                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException