A C D E F G H I M O P R S

A

addOpenBPClassMappingsToConfiguration(Configuration) - Static method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContextProvider
Adds class mappings for the OpenBP classes to the given Hibernate configuration object.

C

createHibernateConfiguration() - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContextProvider
Creates a Hibernate configuration object that includes the OpenBP classes.
createPersistenceContext() - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContextProvider
Creates a new persistence context.
createSessionFactory() - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContextProvider
Creates a Hibernate session factory.

D

deleteObject(Object) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Deletes an object from persistent storage.
doBeginTransaction() - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
 
doCommitTransaction() - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
 
doRollbackTransaction() - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
 

E

evict(Object) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Removes the given persistent object from the session cache.
executeSelect(String, int) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Runs the given SQL select statement.
executeUpdateOrDelete(String) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Runs the given SQL update or delete statement.

F

findById(Object, Class) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Finds an object by its primary key.
flush() - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Forces the underlying persistence session to flush.

G

getByteCode() - Method in class org.openbp.server.model.modelmgr.hibernate.HibernateDbModelJarFile
Gets the byte code of the jar file.
getHibernateSession() - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Gets the underlying hibernate session object.
getObjectId(Object) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Gets the primary key of the given object.

H

HibernateDbModelJarFile - Class in org.openbp.server.model.modelmgr.hibernate
Descriptor object that is used to persist a Item object from/to the database.
HibernateDbModelJarFile() - Constructor for class org.openbp.server.model.modelmgr.hibernate.HibernateDbModelJarFile
Default constructor.
HibernatePersistenceContext - Class in org.openbp.server.persistence.hibernate
The Hibernate persistence context represents a Hibernate session.
HibernatePersistenceContext(SessionFactory, BasicPersistenceContextProvider) - Constructor for class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Default constructor.
HibernatePersistenceContextProvider - Class in org.openbp.server.persistence.hibernate
Peristence context provider for a Hibernate-based persistence context.
HibernatePersistenceContextProvider() - Constructor for class org.openbp.server.persistence.hibernate.HibernatePersistenceContextProvider
Constructor.
HibernateProcessServerConfig - Class in org.openbp.config
Spring configuration that wires a process server running processes in memory.
HibernateProcessServerConfig() - Constructor for class org.openbp.config.HibernateProcessServerConfig
 
HibernateProcessServerDatabaseModelConfig - Class in org.openbp.config
Spring configuration that wires a process server running processes in memory.
HibernateProcessServerDatabaseModelConfig() - Constructor for class org.openbp.config.HibernateProcessServerDatabaseModelConfig
 

I

isPersistentObject(Object) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Determines if the given class is managed by this persistence context.
isTransactionActive() - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
 

M

merge(Object) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Merges the (transient) given object with the current session and returns the persistent object.

O

org.openbp.config - package org.openbp.config
 
org.openbp.config.persistence.hibernate - package org.openbp.config.persistence.hibernate
 
org.openbp.server.model.modelmgr.hibernate - package org.openbp.server.model.modelmgr.hibernate
 
org.openbp.server.persistence.hibernate - package org.openbp.server.persistence.hibernate
 

P

persistenceContextProvider() - Method in class org.openbp.config.persistence.hibernate.PlainHibernateConfig
 
PlainHibernateConfig - Class in org.openbp.config.persistence.hibernate
Spring configuration supporting plain (non-JPA) Hibernate-based token context management.
PlainHibernateConfig() - Constructor for class org.openbp.config.persistence.hibernate.PlainHibernateConfig
 

R

refreshObject(Object) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Refreshes the given persistent object.
release() - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Releases the context.
runQuery(PersistenceQuery) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Returns a list of the objects of a particular type that match the given criterion.

S

saveObject(Object) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Saves the given object to the persistent storage.
session - Variable in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Underlying Hibernate session
sessionFactory - Variable in class org.openbp.server.persistence.hibernate.HibernatePersistenceContext
Hibernate session factory
sessionFactory - Variable in class org.openbp.server.persistence.hibernate.HibernatePersistenceContextProvider
Session factory
setByteCode(byte[]) - Method in class org.openbp.server.model.modelmgr.hibernate.HibernateDbModelJarFile
Sets the byte code of the jar file.
setSessionFactory(SessionFactory) - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContextProvider
Sets the session factory.
shutdown() - Method in class org.openbp.server.persistence.hibernate.HibernatePersistenceContextProvider
The shutdown method .

A C D E F G H I M O P R S

Copyright © 2011. All Rights Reserved.