A B C D E F G H I J L M N O P Q R S T U X

A

AbstractEntityManagerImpl - Class in org.hibernate.ejb
 
AbstractEntityManagerImpl(PersistenceContextType, PersistenceUnitTransactionType) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl
 
accept(String) - Method in class org.hibernate.ejb.packaging.JarVisitor.FileFilter
Return true if the fully qualified file name match
accept(String) - Method in class org.hibernate.ejb.packaging.JarVisitor.JavaElementFilter
Return true if the fully qualified name match
add(Class) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
addAnnotatedClass(Class) - Method in class org.hibernate.ejb.Ejb3Configuration
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.ejb.Ejb3Configuration
 
addClass(Class) - Method in class org.hibernate.ejb.Ejb3Configuration
 
addElement(String, InputStream, InputStream) - Method in class org.hibernate.ejb.packaging.JarVisitor
 
addFile(String) - Method in class org.hibernate.ejb.Ejb3Configuration
 
addFile(File) - Method in class org.hibernate.ejb.Ejb3Configuration
 
addFilterDefinition(FilterDefinition) - Method in class org.hibernate.ejb.Ejb3Configuration
 
addPackage(String) - Method in class org.hibernate.ejb.Ejb3Configuration
 
addProperties(Properties) - Method in class org.hibernate.ejb.Ejb3Configuration
 
adjustFlushMode() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
adjust the flush mode to match the no tx / no flush behavior
adjustFlushMode() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
 
AUTODETECTION - Static variable in class org.hibernate.ejb.HibernatePersistence
PAR autodetection artifacts class, hbm

B

BeanCallback - Class in org.hibernate.ejb.event
 
BeanCallback(Method) - Constructor for class org.hibernate.ejb.event.BeanCallback
 
begin() - Method in class org.hibernate.ejb.TransactionImpl
 
buildMappings() - Method in class org.hibernate.ejb.Ejb3Configuration
 
buildSettings() - Method in class org.hibernate.ejb.Ejb3Configuration
 

C

Callback - Class in org.hibernate.ejb.event
 
Callback(Method) - Constructor for class org.hibernate.ejb.event.Callback
 
CallbackHandlerConsumer - Interface in org.hibernate.ejb.event
 
callbackMethod - Variable in class org.hibernate.ejb.event.Callback
 
CallbackResolver - Class in org.hibernate.ejb.event
 
CFG_FILE - Static variable in class org.hibernate.ejb.HibernatePersistence
cfg.xml configuration file used
CLASS_CACHE_PREFIX - Static variable in class org.hibernate.ejb.HibernatePersistence
Caching configuration should follow the following pattern hibernate.ejb.classcache.
CLASS_NAMES - Static variable in class org.hibernate.ejb.HibernatePersistence
List of classes names Don't use it
clear() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
close() - Method in class org.hibernate.ejb.CurrentEntityManagerImpl
 
close() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
close() - Method in class org.hibernate.ejb.EntityManagerImpl
 
COLLECTION_CACHE_PREFIX - Static variable in class org.hibernate.ejb.HibernatePersistence
Caching configuration should follow the following pattern hibernate.ejb.collectioncache.
commit() - Method in class org.hibernate.ejb.TransactionImpl
 
configure(Properties) - Method in class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
 
configure(String) - Method in class org.hibernate.ejb.Ejb3Configuration
 
configure() - Method in class org.hibernate.ejb.EventListenerConfigurator
 
contains(Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createConnectionProvider(Properties) - Method in class org.hibernate.ejb.InjectionSettingsFactory
 
createContainerEntityManagerFactory(PersistenceUnitInfo) - Method in class org.hibernate.ejb.Ejb3Configuration
Create a factory from a PersistenceInfo object
createContainerEntityManagerFactory(PersistenceUnitInfo) - Method in class org.hibernate.ejb.HibernatePersistence
 
createEntityManager() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
createEntityManager(PersistenceContextType) - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
createEntityManagerFactory(String, Map) - Method in class org.hibernate.ejb.Ejb3Configuration
Get an entity manager factory by its entity manager name and given the appropriate extra properties.
createEntityManagerFactory(Map) - Method in class org.hibernate.ejb.Ejb3Configuration
create a factory from a list of properties and HibernatePersistence.CLASS_NAMES -> Collection (use to list the classes from config files HibernatePersistence.PACKAGE_NAMES -> Collection (use to list the mappings from config files HibernatePersistence.HBXML_FILES -> Collection (input streams of hbm files) HibernatePersistence.LOADED_CLASSES -> Collection (list of loaded classes)

Used by JBoss AS only

createEntityManagerFactory() - Method in class org.hibernate.ejb.Ejb3Configuration
Create an EntityManagerFactory when the configuration is ready
createEntityManagerFactory(String, Map) - Method in class org.hibernate.ejb.HibernatePersistence
Get an entity manager factory by its entity manager name and given the appropriate extra properties.
createEntityManagerFactory(Map) - Method in class org.hibernate.ejb.HibernatePersistence
create a factory from a canonical version
createNamedQuery(String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createNativeQuery(String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createNativeQuery(String, Class) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createNativeQuery(String, String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createQuery(String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
CurrentEntityManagerImpl - Class in org.hibernate.ejb
 
CurrentEntityManagerImpl(SessionFactory, PersistenceUnitTransactionType) - Constructor for class org.hibernate.ejb.CurrentEntityManagerImpl
 

D

deploy(URL, Map) - Static method in class org.hibernate.ejb.packaging.PersistenceXmlLoader
 
doProcessElements() - Method in class org.hibernate.ejb.packaging.ExplodedJarVisitor
 
doProcessElements() - Method in class org.hibernate.ejb.packaging.FileZippedJarVisitor
 
doProcessElements() - Method in class org.hibernate.ejb.packaging.InputStreamZippedJarVisitor
 
doProcessElements() - Method in class org.hibernate.ejb.packaging.JarVisitor
 

E

EJB3AutoFlushEventListener - Class in org.hibernate.ejb.event
In EJB3, it is the create operation that is cascaded to unmanaged ebtities at flush time (instead of the save-update operation in Hibernate).
EJB3AutoFlushEventListener() - Constructor for class org.hibernate.ejb.event.EJB3AutoFlushEventListener
 
Ejb3Configuration - Class in org.hibernate.ejb
 
Ejb3Configuration() - Constructor for class org.hibernate.ejb.Ejb3Configuration
 
EJB3DeleteEventListener - Class in org.hibernate.ejb.event
Overrides the LifeCycle OnSave call to call the PreRemove operation
EJB3DeleteEventListener() - Constructor for class org.hibernate.ejb.event.EJB3DeleteEventListener
 
EJB3DeleteEventListener(EntityCallbackHandler) - Constructor for class org.hibernate.ejb.event.EJB3DeleteEventListener
 
EJB3FlushEntityEventListener - Class in org.hibernate.ejb.event
Overrides the LifeCycle OnSave call to call the PreUpdate operation
EJB3FlushEntityEventListener() - Constructor for class org.hibernate.ejb.event.EJB3FlushEntityEventListener
 
EJB3FlushEntityEventListener(EntityCallbackHandler) - Constructor for class org.hibernate.ejb.event.EJB3FlushEntityEventListener
 
EJB3FlushEventListener - Class in org.hibernate.ejb.event
In EJB3, it is the create operation that is cascaded to unmanaged ebtities at flush time (instead of the save-update operation in Hibernate).
EJB3FlushEventListener() - Constructor for class org.hibernate.ejb.event.EJB3FlushEventListener
 
EJB3MergeEventListener - Class in org.hibernate.ejb.event
Overrides the LifeCycle OnSave call to call the PrePersist operation
EJB3MergeEventListener() - Constructor for class org.hibernate.ejb.event.EJB3MergeEventListener
 
EJB3MergeEventListener(EntityCallbackHandler) - Constructor for class org.hibernate.ejb.event.EJB3MergeEventListener
 
EJB3PersistEventListener - Class in org.hibernate.ejb.event
Overrides the LifeCycle OnSave call to call the PrePersist operation
EJB3PersistEventListener() - Constructor for class org.hibernate.ejb.event.EJB3PersistEventListener
 
EJB3PersistEventListener(EntityCallbackHandler) - Constructor for class org.hibernate.ejb.event.EJB3PersistEventListener
 
EJB3PersistOnFlushEventListener - Class in org.hibernate.ejb.event
 
EJB3PersistOnFlushEventListener() - Constructor for class org.hibernate.ejb.event.EJB3PersistOnFlushEventListener
 
EJB3PostDeleteEventListener - Class in org.hibernate.ejb.event
 
EJB3PostDeleteEventListener() - Constructor for class org.hibernate.ejb.event.EJB3PostDeleteEventListener
 
EJB3PostDeleteEventListener(EntityCallbackHandler) - Constructor for class org.hibernate.ejb.event.EJB3PostDeleteEventListener
 
EJB3PostInsertEventListener - Class in org.hibernate.ejb.event
 
EJB3PostInsertEventListener() - Constructor for class org.hibernate.ejb.event.EJB3PostInsertEventListener
 
EJB3PostInsertEventListener(EntityCallbackHandler) - Constructor for class org.hibernate.ejb.event.EJB3PostInsertEventListener
 
EJB3PostLoadEventListener - Class in org.hibernate.ejb.event
 
EJB3PostLoadEventListener() - Constructor for class org.hibernate.ejb.event.EJB3PostLoadEventListener
 
EJB3PostLoadEventListener(EntityCallbackHandler) - Constructor for class org.hibernate.ejb.event.EJB3PostLoadEventListener
 
EJB3PostUpdateEventListener - Class in org.hibernate.ejb.event
 
EJB3PostUpdateEventListener() - Constructor for class org.hibernate.ejb.event.EJB3PostUpdateEventListener
 
EJB3PostUpdateEventListener(EntityCallbackHandler) - Constructor for class org.hibernate.ejb.event.EJB3PostUpdateEventListener
 
EJB3SaveEventListener - Class in org.hibernate.ejb.event
Overrides the LifeCycle OnSave call to call the PrePersist operation
EJB3SaveEventListener() - Constructor for class org.hibernate.ejb.event.EJB3SaveEventListener
 
EJB3SaveEventListener(EntityCallbackHandler) - Constructor for class org.hibernate.ejb.event.EJB3SaveEventListener
 
EJB3SaveOrUpdateEventListener - Class in org.hibernate.ejb.event
Overrides the LifeCycle OnSave call to call the PrePersist operation
EJB3SaveOrUpdateEventListener() - Constructor for class org.hibernate.ejb.event.EJB3SaveOrUpdateEventListener
 
EJB3SaveOrUpdateEventListener(EntityCallbackHandler) - Constructor for class org.hibernate.ejb.event.EJB3SaveOrUpdateEventListener
 
EntityCallbackHandler - Class in org.hibernate.ejb.event
Keep track of all lifecycle callbacks and listeners for a given persistence unit
EntityCallbackHandler() - Constructor for class org.hibernate.ejb.event.EntityCallbackHandler
 
EntityManagerFactoryImpl - Class in org.hibernate.ejb
 
EntityManagerFactoryImpl(SessionFactory, PersistenceUnitTransactionType) - Constructor for class org.hibernate.ejb.EntityManagerFactoryImpl
 
EntityManagerImpl - Class in org.hibernate.ejb
 
EntityManagerImpl(SessionFactory, PersistenceContextType, PersistenceUnitTransactionType) - Constructor for class org.hibernate.ejb.EntityManagerImpl
 
equals(Object) - Method in class org.hibernate.ejb.packaging.JarVisitor.Entry
 
EVENT_LISTENER_PREFIX - Static variable in class org.hibernate.ejb.HibernatePersistence
Event configuration should follow the following pattern hibernate.ejb.event.
EventListenerConfigurator - Class in org.hibernate.ejb
 
EventListenerConfigurator(Ejb3Configuration) - Constructor for class org.hibernate.ejb.EventListenerConfigurator
 
executeUpdate() - Method in class org.hibernate.ejb.QueryImpl
 
ExplodedJarVisitor - Class in org.hibernate.ejb.packaging
 
ExplodedJarVisitor(URL, JarVisitor.Filter[]) - Constructor for class org.hibernate.ejb.packaging.ExplodedJarVisitor
 
ExplodedJarVisitor(String, JarVisitor.Filter[]) - Constructor for class org.hibernate.ejb.packaging.ExplodedJarVisitor
 

F

FileZippedJarVisitor - Class in org.hibernate.ejb.packaging
Work on a JAR that can be accessed through a File
FileZippedJarVisitor(String, JarVisitor.Filter[]) - Constructor for class org.hibernate.ejb.packaging.FileZippedJarVisitor
 
FileZippedJarVisitor(URL, JarVisitor.Filter[]) - Constructor for class org.hibernate.ejb.packaging.FileZippedJarVisitor
 
find(Class<A>, Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
flush() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 

G

getAnnotations() - Method in class org.hibernate.ejb.packaging.JarVisitor.JavaElementFilter
 
getAnything() - Method in class org.hibernate.ejb.event.EJB3AutoFlushEventListener
 
getAnything() - Method in class org.hibernate.ejb.event.EJB3FlushEventListener
 
getCallbackMethod() - Method in class org.hibernate.ejb.event.Callback
 
getCascadeAction() - Method in class org.hibernate.ejb.event.EJB3PersistOnFlushEventListener
 
getCascadingAction() - Method in class org.hibernate.ejb.event.EJB3AutoFlushEventListener
 
getCascadingAction() - Method in class org.hibernate.ejb.event.EJB3FlushEventListener
 
getChildrenByTagName(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Returns an iterator over the children of the given element with the given tag name.
getClasses() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getClassMapping(String) - Method in class org.hibernate.ejb.Ejb3Configuration
 
getClassMappings() - Method in class org.hibernate.ejb.Ejb3Configuration
 
getCollectionMapping(String) - Method in class org.hibernate.ejb.Ejb3Configuration
 
getElementContent(Element) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Get the content of the given element.
getElementContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Get the content of the given element.
getEntityManager() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
getEventListeners() - Method in class org.hibernate.ejb.Ejb3Configuration
 
getExcludeUnlistedClasses() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getFilterDefinitions() - Method in class org.hibernate.ejb.Ejb3Configuration
 
getFilters() - Method in class org.hibernate.ejb.packaging.JarVisitor
 
getFlushMode() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
getHbmfiles() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getHibernateQuery() - Method in interface org.hibernate.ejb.HibernateQuery
 
getHibernateQuery() - Method in class org.hibernate.ejb.QueryImpl
 
getInputStream() - Method in class org.hibernate.ejb.packaging.JarVisitor.Entry
 
getInterceptor() - Method in class org.hibernate.ejb.Ejb3Configuration
 
getJarFiles() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getJarURLFromURLEntry(URL, String) - Static method in class org.hibernate.ejb.packaging.JarVisitor
Get the JAR URL of the JAR containing the given entry
getJtaDatasource() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getMappingFiles() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getMatchingEntries() - Method in class org.hibernate.ejb.packaging.JarVisitor
Return the matching entries for each filter in the same order the filter where passed
getName() - Method in class org.hibernate.ejb.packaging.JarVisitor.Entry
 
getName() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getNamedQueries() - Method in class org.hibernate.ejb.Ejb3Configuration
 
getNamingStrategy() - Method in class org.hibernate.ejb.Ejb3Configuration
 
getNonJtaDatasource() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getOptionalChild(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Gets the child of the specified element having the specified name.
getOptionalChild(Element, String, Element) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Gets the child of the specified element having the specified name.
getOptionalChildBooleanContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
 
getOptionalChildContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Macro to get the content of an optional child element.
getPackages() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getProperties() - Method in class org.hibernate.ejb.Ejb3Configuration
 
getProps() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getProvider() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getReference(Class<T>, Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
getResultList() - Method in class org.hibernate.ejb.QueryImpl
 
getSession() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
getSession() - Method in class org.hibernate.ejb.CurrentEntityManagerImpl
 
getSession() - Method in class org.hibernate.ejb.EntityManagerImpl
 
getSession() - Method in interface org.hibernate.ejb.HibernateEntityManager
 
getSessionFactory() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
getSessionFactory() - Method in interface org.hibernate.ejb.HibernateEntityManagerFactory
 
getSingleResult() - Method in class org.hibernate.ejb.QueryImpl
 
getStream() - Method in class org.hibernate.ejb.packaging.JarVisitor.Filter
 
getTableMappings() - Method in class org.hibernate.ejb.Ejb3Configuration
 
getTransaction() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
getTransactionType() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getTransactionType(String) - Static method in class org.hibernate.ejb.packaging.PersistenceXmlLoader
 
getUniqueChild(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Gets the child of the specified element having the specified unique name.
getUniqueChildContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Macro to get the content of a unique child element.
getUnqualifiedJarName() - Method in class org.hibernate.ejb.packaging.JarVisitor
Get the unqualified Jar name (ie wo path and wo extension)
getVisitor(URL, JarVisitor.Filter[]) - Static method in class org.hibernate.ejb.packaging.JarVisitor
Build a JarVisitor on the given JAR URL applying th given filters
getVisitor(String, JarVisitor.Filter[]) - Static method in class org.hibernate.ejb.packaging.JarVisitor
Get a JarVisitor to the jar jarPath applying the given filters

H

hashCode() - Method in class org.hibernate.ejb.packaging.JarVisitor.Entry
 
HBXML_FILES - Static variable in class org.hibernate.ejb.HibernatePersistence
link to the alternative Hibernate configuration file Internal use only
HibernateEntityManager - Interface in org.hibernate.ejb
 
HibernateEntityManagerFactory - Interface in org.hibernate.ejb
 
HibernateEntityManagerImplementor - Interface in org.hibernate.ejb
 
HibernatePersistence - Class in org.hibernate.ejb
Hibernate EJB3 persistence provider implementation
HibernatePersistence() - Constructor for class org.hibernate.ejb.HibernatePersistence
 
HibernateQuery - Interface in org.hibernate.ejb
 

I

InjectedDataSourceConnectionProvider - Class in org.hibernate.ejb.connection
A connection provider that uses an injected DataSource.
InjectedDataSourceConnectionProvider() - Constructor for class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
 
InjectionSettingsFactory - Class in org.hibernate.ejb
 
InjectionSettingsFactory() - Constructor for class org.hibernate.ejb.InjectionSettingsFactory
 
InputStreamZippedJarVisitor - Class in org.hibernate.ejb.packaging
Work on a JAR that can only be accessed through a inputstream This is less efficient than the FileZippedJarVisitor
InputStreamZippedJarVisitor(URL, JarVisitor.Filter[]) - Constructor for class org.hibernate.ejb.packaging.InputStreamZippedJarVisitor
 
InputStreamZippedJarVisitor(String, JarVisitor.Filter[]) - Constructor for class org.hibernate.ejb.packaging.InputStreamZippedJarVisitor
 
INSTANCE - Static variable in class org.hibernate.ejb.event.EJB3AutoFlushEventListener
 
INSTANCE - Static variable in class org.hibernate.ejb.event.EJB3FlushEventListener
 
InterceptFieldClassFileTransformer - Class in org.hibernate.ejb.instrument
Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.
InterceptFieldClassFileTransformer(List<String>) - Constructor for class org.hibernate.ejb.instrument.InterceptFieldClassFileTransformer
 
INTERCEPTOR - Static variable in class org.hibernate.ejb.HibernatePersistence
Interceptor class name, the class has to have a no-arg constructor
invoke(Object) - Method in class org.hibernate.ejb.event.BeanCallback
 
invoke(Object) - Method in class org.hibernate.ejb.event.Callback
 
invoke(Object) - Method in class org.hibernate.ejb.event.ListenerCallback
 
invokeDeleteLifecycle(EventSource, Object, EntityPersister) - Method in class org.hibernate.ejb.event.EJB3DeleteEventListener
 
invokeInterceptor(SessionImplementor, Object, EntityEntry, Object[], EntityPersister) - Method in class org.hibernate.ejb.event.EJB3FlushEntityEventListener
 
invokeSaveLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.ejb.event.EJB3MergeEventListener
 
invokeSaveLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.ejb.event.EJB3PersistEventListener
 
invokeSaveLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.ejb.event.EJB3SaveEventListener
 
invokeSaveLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.ejb.event.EJB3SaveOrUpdateEventListener
 
isActive() - Method in class org.hibernate.ejb.TransactionImpl
 
isOpen() - Method in class org.hibernate.ejb.CurrentEntityManagerImpl
 
isOpen() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
isOpen() - Method in class org.hibernate.ejb.EntityManagerImpl
 
isTransactionInProgress() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
isTransactionInProgress() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
 

J

JACC_CONTEXT_ID - Static variable in class org.hibernate.ejb.HibernatePersistence
 
JACC_ENABLED - Static variable in class org.hibernate.ejb.HibernatePersistence
 
JACC_PREFIX - Static variable in class org.hibernate.ejb.HibernatePersistence
 
jarUrl - Variable in class org.hibernate.ejb.packaging.JarVisitor
 
JarVisitor - Class in org.hibernate.ejb.packaging
Parse a JAR of any form (zip file, exploded directory, ...)
JarVisitor(String, JarVisitor.Filter[]) - Constructor for class org.hibernate.ejb.packaging.JarVisitor
 
JarVisitor(URL, JarVisitor.Filter[]) - Constructor for class org.hibernate.ejb.packaging.JarVisitor
 
JarVisitor.ClassFilter - Class in org.hibernate.ejb.packaging
Filter on class elements
JarVisitor.ClassFilter(boolean, Class[]) - Constructor for class org.hibernate.ejb.packaging.JarVisitor.ClassFilter
 
JarVisitor.Entry - Class in org.hibernate.ejb.packaging
Represent a JAR entry Contains a name and an optional Input stream to the entry
JarVisitor.Entry(String, InputStream) - Constructor for class org.hibernate.ejb.packaging.JarVisitor.Entry
 
JarVisitor.FileFilter - Class in org.hibernate.ejb.packaging
Filter use to match a file by its name
JarVisitor.FileFilter(boolean) - Constructor for class org.hibernate.ejb.packaging.JarVisitor.FileFilter
 
JarVisitor.Filter - Class in org.hibernate.ejb.packaging
Filter used when searching elements in a JAR
JarVisitor.Filter(boolean) - Constructor for class org.hibernate.ejb.packaging.JarVisitor.Filter
 
JarVisitor.JavaElementFilter - Class in org.hibernate.ejb.packaging
Filter a Java element (class or package per fully qualified name and annotation existence) At least 1 annotation has to annotate the element and the accept method must match If none annotations are passed, only the accept method must pass.
JarVisitor.JavaElementFilter(boolean, Class[]) - Constructor for class org.hibernate.ejb.packaging.JarVisitor.JavaElementFilter
 
JarVisitor.PackageFilter - Class in org.hibernate.ejb.packaging
Filter on pachage element
JarVisitor.PackageFilter(boolean, Class[]) - Constructor for class org.hibernate.ejb.packaging.JarVisitor.PackageFilter
 
JTA_DATASOURCE - Static variable in class org.hibernate.ejb.HibernatePersistence
JTA datasource name

L

listener - Variable in class org.hibernate.ejb.event.ListenerCallback
 
ListenerCallback - Class in org.hibernate.ejb.event
 
ListenerCallback(Method, Object) - Constructor for class org.hibernate.ejb.event.ListenerCallback
 
LOADED_CLASSES - Static variable in class org.hibernate.ejb.HibernatePersistence
 
lock(Object, LockModeType) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
LogHelper - Class in org.hibernate.ejb.util
 
logPersistenceUnitInfo(PersistenceUnitInfo) - Static method in class org.hibernate.ejb.util.LogHelper
 

M

merge(A) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 

N

NAMING_STRATEGY - Static variable in class org.hibernate.ejb.HibernatePersistence
Naming strategy class name, the class has to have a no-arg constructor
NON_JTA_DATASOURCE - Static variable in class org.hibernate.ejb.HibernatePersistence
Non JTA datasource name

O

onPostDelete(PostDeleteEvent) - Method in class org.hibernate.ejb.event.EJB3PostDeleteEventListener
 
onPostInsert(PostInsertEvent) - Method in class org.hibernate.ejb.event.EJB3PostInsertEventListener
 
onPostLoad(PostLoadEvent) - Method in class org.hibernate.ejb.event.EJB3PostLoadEventListener
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.ejb.event.EJB3PostUpdateEventListener
 
open - Variable in class org.hibernate.ejb.EntityManagerImpl
 
org.hibernate.ejb - package org.hibernate.ejb
 
org.hibernate.ejb.connection - package org.hibernate.ejb.connection
 
org.hibernate.ejb.event - package org.hibernate.ejb.event
 
org.hibernate.ejb.instrument - package org.hibernate.ejb.instrument
 
org.hibernate.ejb.packaging - package org.hibernate.ejb.packaging
 
org.hibernate.ejb.util - package org.hibernate.ejb.util
 

P

PACKAGE_NAMES - Static variable in class org.hibernate.ejb.HibernatePersistence
List of annotated packages Internal use only
parsePersistenceUnit(Element) - Static method in class org.hibernate.ejb.packaging.PersistenceXmlLoader
 
persist(Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
persistenceContextType - Variable in class org.hibernate.ejb.AbstractEntityManagerImpl
 
PersistenceMetadata - Class in org.hibernate.ejb.packaging
Simple represenation of persistence.xml
PersistenceMetadata() - Constructor for class org.hibernate.ejb.packaging.PersistenceMetadata
 
PersistenceXmlLoader - Class in org.hibernate.ejb.packaging
Comment
postCreate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
postLoad(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
postRemove(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
postUpdate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
preCreate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
preRemove(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
preUpdate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
PROVIDER - Static variable in class org.hibernate.ejb.HibernatePersistence
Provider

Q

QueryImpl - Class in org.hibernate.ejb
 
QueryImpl(Query) - Constructor for class org.hibernate.ejb.QueryImpl
 

R

refresh(Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
remove(Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
resolveCallback(Class, Class, List<Class>) - Static method in class org.hibernate.ejb.event.CallbackResolver
 
resolveCallback(Class, Class) - Static method in class org.hibernate.ejb.event.CallbackResolver
 
rollback() - Method in class org.hibernate.ejb.TransactionImpl
 

S

session - Variable in class org.hibernate.ejb.EntityManagerImpl
 
sessionFactory - Variable in class org.hibernate.ejb.EntityManagerImpl
 
setCallbackHandler(EntityCallbackHandler) - Method in interface org.hibernate.ejb.event.CallbackHandlerConsumer
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3DeleteEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3FlushEntityEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3MergeEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PersistEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostDeleteEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostInsertEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostLoadEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostUpdateEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3SaveEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3SaveOrUpdateEventListener
 
setClasses(List<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setConnectionProviderInjectionData(Map) - Method in class org.hibernate.ejb.InjectionSettingsFactory
Map where the key represents the javabean property in witch Object will be injected
setDataSource(DataSource) - Method in class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
 
setDataSource(DataSource) - Method in class org.hibernate.ejb.Ejb3Configuration
Used to inject a datasource object as the connection provider.
setEntityResolver(EntityResolver) - Method in class org.hibernate.ejb.Ejb3Configuration
 
setExcludeUnlistedClasses(boolean) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setFirstResult(int) - Method in class org.hibernate.ejb.QueryImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.ejb.QueryImpl
 
setHbmfiles(List<InputStream>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setHint(String, Object) - Method in class org.hibernate.ejb.QueryImpl
 
setInterceptor(Interceptor) - Method in class org.hibernate.ejb.Ejb3Configuration
 
setJarFiles(Set<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setJtaDatasource(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setListeners(String, String[]) - Method in class org.hibernate.ejb.Ejb3Configuration
 
setListeners(String, Object[]) - Method in class org.hibernate.ejb.Ejb3Configuration
 
setMappingFiles(List<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setMaxResults(int) - Method in class org.hibernate.ejb.QueryImpl
 
setName(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setNamingStrategy(NamingStrategy) - Method in class org.hibernate.ejb.Ejb3Configuration
 
setNonJtaDatasource(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setPackages(List<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setParameter(String, Object) - Method in class org.hibernate.ejb.QueryImpl
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
 
setParameter(int, Object) - Method in class org.hibernate.ejb.QueryImpl
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
 
setProperties(Properties) - Method in class org.hibernate.ejb.Ejb3Configuration
 
setProperties(Properties) - Method in class org.hibernate.ejb.EventListenerConfigurator
 
setProperty(String, String) - Method in class org.hibernate.ejb.Ejb3Configuration
 
setProps(Properties) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setProvider(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setValidator(boolean) - Method in class org.hibernate.ejb.EventListenerConfigurator
 

T

TRANSACTION_TYPE - Static variable in class org.hibernate.ejb.HibernatePersistence
transaction type
TransactionImpl - Class in org.hibernate.ejb
 
TransactionImpl(AbstractEntityManagerImpl) - Constructor for class org.hibernate.ejb.TransactionImpl
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.hibernate.ejb.instrument.InterceptFieldClassFileTransformer
 
tx - Variable in class org.hibernate.ejb.AbstractEntityManagerImpl
 

U

unqualifiedJarName - Variable in class org.hibernate.ejb.packaging.JarVisitor
 
unqualify() - Method in class org.hibernate.ejb.packaging.JarVisitor
 
USE_CLASS_ENHANCER - Static variable in class org.hibernate.ejb.HibernatePersistence
Enable the class file enhancement

X

XmlHelper - Class in org.hibernate.ejb.packaging
A utility class to cover up the rough bits of xml parsing

A B C D E F G H I J L M N O P Q R S T U X