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

A

AbstractLobType - Class in org.hibernate.type
 
AbstractLobType() - Constructor for class org.hibernate.type.AbstractLobType
 
AbstractPropertyHolder - Class in org.hibernate.cfg
 
AbstractPropertyHolder(String, PropertyHolder, XClass, ExtendedMappings) - Constructor for class org.hibernate.cfg.AbstractPropertyHolder
 
AccessType - Annotation Type in org.hibernate.annotations
Property Access type
accessType - Variable in class org.hibernate.cfg.InheritanceState
only defined on embedded superclasses
add(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addAnnotatedClass(Class) - Method in class org.hibernate.cfg.AnnotationConfiguration
Read a mapping from the class annotation metadata (JSR 175).
addAnyMetaDef(AnyMetaDef) - Method in class org.hibernate.cfg.ExtendedMappings
 
addCacheableFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addCacheableFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addClass(Class) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addClassType(XClass) - Method in class org.hibernate.cfg.ExtendedMappings
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
addDefaultGenerator(IdGenerator) - Method in class org.hibernate.cfg.ExtendedMappings
 
addDefaultQuery(String, NamedQueryDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addDefaultResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addDefaultSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addDirectory(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addDocument(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addDocument(Document) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
Add a document and return the list of added classes names
addFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addFilter(String, String) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addGenerator(IdGenerator) - Method in class org.hibernate.cfg.ExtendedMappings
 
addGeneratorTable(String, Properties) - Method in class org.hibernate.cfg.ExtendedMappings
 
addIndex(Index, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
addIndexes(Table, Index[], ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addInputStream(InputStream) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addJar(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addJoin(JoinTable, PropertyHolder, boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addJoin(JoinTable, boolean) - Method in interface org.hibernate.cfg.PropertyHolder
 
addJoins(PersistentClass, Map<String, Join>) - Method in class org.hibernate.cfg.ExtendedMappings
 
addMappedBy(String, String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
addPackage(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Read package level metadata
addParam(String, String) - Method in class org.hibernate.mapping.IdGenerator
 
addProperties(Properties) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addProperty(Property, Ejb3Column[]) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[]) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[]) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property) - Method in interface org.hibernate.cfg.PropertyHolder
 
addProperty(Property, Ejb3Column[]) - Method in interface org.hibernate.cfg.PropertyHolder
 
addPropertyReference(String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
addPropertyReferencedAssociation(String, String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
addQuery(String, NamedQueryDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addResource(String, ClassLoader) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addResource(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addUnderscores(String) - Static method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
addUniqueConstraints(Table, List) - Method in class org.hibernate.cfg.ExtendedMappings
 
addUniquePropertyReference(String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
addURL(URL) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addXML(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
AnnotatedClassType - Enum in org.hibernate.cfg
Type of annotation of a class will give its type
ANNOTATION_STRING_DEFAULT - Static variable in class org.hibernate.cfg.BinderHelper
 
AnnotationBinder - Class in org.hibernate.cfg
JSR 175 annotation binder Will read the annotation from classes, apply the principles of the EJB3 spec and produces the Hibernate configuration-time metamodel (the classes in the mapping package)
AnnotationConfiguration - Class in org.hibernate.cfg
Similar to the Configuration object but handles EJB3 and Hibernate specific annotations as a metadata facility
AnnotationConfiguration() - Constructor for class org.hibernate.cfg.AnnotationConfiguration
 
AnnotationConfiguration(SettingsFactory) - Constructor for class org.hibernate.cfg.AnnotationConfiguration
 
AnnotationException - Exception in org.hibernate
Annotation related exception.
AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
 
AnnotationException(Throwable) - Constructor for exception org.hibernate.AnnotationException
 
AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
 
Any - Annotation Type in org.hibernate.annotations
Define a ToOne association pointing to several entity types.
AnyMetaDef - Annotation Type in org.hibernate.annotations
Defines @Any and @manyToAny metadata
AnyMetaDefs - Annotation Type in org.hibernate.annotations
Defines @Any and @ManyToAny set of metadata.
ArrayBinder - Class in org.hibernate.cfg.annotations
Bind an Array
ArrayBinder() - Constructor for class org.hibernate.cfg.annotations.ArrayBinder
 
ARTEFACT - Static variable in class org.hibernate.cfg.AnnotationConfiguration
 
assemble(Serializable, Object) - Method in class org.hibernate.type.CharacterArrayClobType
 
assemble(Serializable, Object) - Method in class org.hibernate.type.EnumType
 
assemble(Serializable, Object) - Method in class org.hibernate.type.StringClobType
 

B

BagBinder - Class in org.hibernate.cfg.annotations
Bind a bag.
BagBinder() - Constructor for class org.hibernate.cfg.annotations.BagBinder
 
BatchSize - Annotation Type in org.hibernate.annotations
Batch size for SQL loading
bind() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bind() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
bind() - Method in class org.hibernate.cfg.annotations.TableBinder
 
bind() - Method in class org.hibernate.cfg.Ejb3Column
 
bindAnyMetaDefs(XAnnotatedElement, ExtendedMappings) - Static method in class org.hibernate.cfg.BinderHelper
 
bindClass(XClass, Map<XClass, InheritanceState>, ExtendedMappings) - Static method in class org.hibernate.cfg.AnnotationBinder
Bind a class having JSR175 annotations The subclasses have to be binded after its mother class
bindDefaults(ExtendedMappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindDiscriminatorValue() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindEntity() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
BinderHelper - Class in org.hibernate.cfg
 
bindFk(PersistentClass, PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
bindManytoManyInverseFk(PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
bind the inverse FK of a ManyToMany If we are in a mappedBy case, read the columns from the associated colletion element Otherwise delegates to the usual algorithm
bindManyToManySecondPass(Collection, Map, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XClass, boolean, boolean, boolean, TableBinder, XProperty, PropertyHolder, String, ExtendedMappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindNativeQueries(NamedNativeQueries, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQueries(NamedNativeQueries, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQuery(NamedNativeQuery, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQuery(NamedNativeQuery, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindOneToManySecondPass(Collection, Map, Ejb3JoinColumn[], XClass, boolean, boolean, String, ExtendedMappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindPackage(String, ExtendedMappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindQueries(NamedQueries, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQueries(NamedQueries, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindSqlResultsetMapping(SqlResultSetMapping, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindSqlResultsetMappings(SqlResultSetMappings, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindStarToManySecondPass(Map, XClass, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XProperty, boolean, TableBinder, boolean, ExtendedMappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
return true if it's a Fk, false if it's an association table
bindStarToManySecondPass(Map, XClass, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XProperty, boolean, TableBinder, boolean, ExtendedMappings) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
bindTable(String, String, String, List, String, Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
BUFFER_SIZE - Static variable in class org.hibernate.type.CharacterArrayClobType
 
buildAnnotationReader(AnnotatedElement) - Method in class org.hibernate.cfg.annotations.reflection.EJB3ReflectionManager
 
buildAnyValue(String, Ejb3JoinColumn[], Column, PropertyData, boolean, Nullability, PropertyHolder, EntityBinder, boolean, ExtendedMappings) - Static method in class org.hibernate.cfg.BinderHelper
 
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, Map<String, Join>, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(IndexColumn, PropertyHolder, PropertyData, ExtendedMappings) - Static method in class org.hibernate.cfg.IndexColumn
 
buildDiscriminatorColumn(DiscriminatorType, DiscriminatorColumn, DiscriminatorFormula, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
buildInheritanceStates(List<XClass>, ReflectionManager) - Static method in class org.hibernate.cfg.AnnotationBinder
 
buildJoinColumn(PrimaryKeyJoinColumn, JoinColumn, Value, Map<String, Join>, PropertyHolder, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
Build JoinColumn for a JOINED hierarchy
buildJoinColumns(JoinColumn[], String, Map<String, Join>, PropertyHolder, String, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinTableJoinColumns(JoinColumn[], Map<String, Join>, PropertyHolder, String, String, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildNamedQueries(Element, boolean, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
buildPropertyHolder(XClass, PersistentClass, EntityBinder, ExtendedMappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
 
buildPropertyHolder(Component, String, PropertyData, PropertyHolder, ExtendedMappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
build a component property holder
buildPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, ExtendedMappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
buid a property holder on top of a collection
buildPropertyHolder(PersistentClass, Map<String, Join>, ExtendedMappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
must only be used on second level phases ( has to be settled already)
buildSafeClassName(String, String) - Static method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
buildSafeClassName(String, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
buildSequenceGeneratorAnnotation(Element) - Static method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
buildSessionFactory() - Method in class org.hibernate.cfg.AnnotationConfiguration
 
buildSqlResultsetMappings(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
buildTableGeneratorAnnotation(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
buildUniqueConstraints(UniqueConstraint[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
ByteArrayBlobType - Class in org.hibernate.type
Map a Byte[] into a Blob Experimental
ByteArrayBlobType() - Constructor for class org.hibernate.type.ByteArrayBlobType
 

C

Cache - Annotation Type in org.hibernate.annotations
Add caching strategy to a root entity or a collection
CacheConcurrencyStrategy - Enum in org.hibernate.annotations
Cache concurrency strategy
CacheModeType - Enum in org.hibernate.annotations
Enumeration for the different interaction modes between the session and the Level 2 Cache.
canUseJavaAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
Cascade - Annotation Type in org.hibernate.annotations
Apply a cascade strategy on an association
cascadeDeleteEnabled - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
CascadeType - Enum in org.hibernate.annotations
Cascade types (can override default EJB3 cascades
CATALOG - Static variable in class org.hibernate.type.EnumType
 
CharacterArrayClobType - Class in org.hibernate.type
Map a Character[] to a Clob Experimental
CharacterArrayClobType() - Constructor for class org.hibernate.type.CharacterArrayClobType
 
Check - Annotation Type in org.hibernate.annotations
Arbitrary SQL check constraints which can be defined at the class, property or collection level
checkIfJoinColumn(Object, PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
checkPropertyConsistency(Ejb3Column[], String) - Static method in class org.hibernate.cfg.Ejb3Column
 
checkReferencedColumnsType(Ejb3JoinColumn[], PersistentClass, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
CLASS_NAME - Static variable in class org.hibernate.type.SerializableToBlobType
class name of the serialisable class
ClassPropertyHolder - Class in org.hibernate.cfg
 
ClassPropertyHolder(PersistentClass, XClass, Map<String, Join>, ExtendedMappings) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
 
ClassPropertyHolder(PersistentClass, XClass, EntityBinder, ExtendedMappings) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
 
classToTableName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
clazz - Variable in class org.hibernate.cfg.InheritanceState
 
collection - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
CollectionBinder - Class in org.hibernate.cfg.annotations
Collection binder
CollectionBinder() - Constructor for class org.hibernate.cfg.annotations.CollectionBinder
 
CollectionBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.CollectionBinder
 
CollectionId - Annotation Type in org.hibernate.annotations
Describe an identifier column for a bag (ie an idbag) EXPERIMENTAL: the structure of this annotation might slightly change (generator() mix strategy and generator
CollectionOfElements - Annotation Type in org.hibernate.annotations
Annotation used to mark a collection as a collection of elements or a collection of embedded objects
CollectionPropertyHolder - Class in org.hibernate.cfg
 
CollectionPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, ExtendedMappings) - Constructor for class org.hibernate.cfg.CollectionPropertyHolder
 
CollectionSearchConfiguration - Class in org.hibernate.cfg.search
Enable collection event listeners for Hibernate Search
CollectionSearchConfiguration() - Constructor for class org.hibernate.cfg.search.CollectionSearchConfiguration
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
COLUMN - Static variable in class org.hibernate.type.EnumType
 
columnName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
Columns - Annotation Type in org.hibernate.annotations
Support an array of columns.
columns - Variable in class org.hibernate.cfg.FkSecondPass
 
ComponentPropertyHolder - Class in org.hibernate.cfg
Component implementation of property holder
ComponentPropertyHolder(Component, String, PropertyData, PropertyHolder, ExtendedMappings) - Constructor for class org.hibernate.cfg.ComponentPropertyHolder
 
configure() - Method in class org.hibernate.cfg.AnnotationConfiguration
 
configure(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
configure(URL) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
configure(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
configure(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.BagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ListBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.SetBinder
 
createExtendedMappings() - Method in class org.hibernate.cfg.AnnotationConfiguration
 
createFormulatedValue(Value, Collection, String, PersistentClass) - Method in class org.hibernate.cfg.annotations.MapBinder
 
CreateKeySecondPass - Class in org.hibernate.cfg
 
CreateKeySecondPass(RootClass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
CreateKeySecondPass(JoinedSubclass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
createSyntheticPropertyReference(Ejb3JoinColumn[], PersistentClass, PersistentClass, Value, boolean, ExtendedMappings) - Static method in class org.hibernate.cfg.BinderHelper
 
createUniqueConstraint(Value) - Static method in class org.hibernate.cfg.annotations.TableBinder
 

D

deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
 
deepCopy(Object) - Method in class org.hibernate.type.CharacterArrayClobType
 
deepCopy(Object) - Method in class org.hibernate.type.EnumType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
deepCopy(Object) - Method in class org.hibernate.type.StringClobType
 
DEFAULT_COLUMN_LENGTH - Static variable in class org.hibernate.cfg.Ejb3Column
 
DEFAULT_PRECEDENCE - Static variable in class org.hibernate.cfg.AnnotationConfiguration
 
DefaultComponentSafeNamingStrategy - Class in org.hibernate.cfg
 
DefaultComponentSafeNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
defineFetchingStrategy(ToOne, XProperty) - Static method in class org.hibernate.cfg.AnnotationBinder
 
disassemble(Object) - Method in class org.hibernate.type.CharacterArrayClobType
 
disassemble(Object) - Method in class org.hibernate.type.EnumType
 
disassemble(Object) - Method in class org.hibernate.type.StringClobType
 
DiscriminatorFormula - Annotation Type in org.hibernate.annotations
Discriminator formula To be placed at the root entity.
doConfigure(InputStream, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
doConfigure(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
doSecondPass(Map) - Method in class org.hibernate.cfg.annotations.ResultsetMappingSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.CreateKeySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.IndexOrUniqueKeySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.OneToOneSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.SecondaryTableSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.ToOneFkSecondPass
 

E

Ejb3Column - Class in org.hibernate.cfg
Wrap state of an EJB3 @Column annotation and build the Hibernate column mapping element
Ejb3Column() - Constructor for class org.hibernate.cfg.Ejb3Column
 
Ejb3DiscriminatorColumn - Class in org.hibernate.cfg
Discriminator column
Ejb3DiscriminatorColumn() - Constructor for class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
EJB3DTDEntityResolver - Class in org.hibernate.cfg
 
EJB3DTDEntityResolver() - Constructor for class org.hibernate.cfg.EJB3DTDEntityResolver
 
Ejb3JoinColumn - Class in org.hibernate.cfg
Wrap state of an EJB3 @JoinColumn annotation and build the Hibernate column mapping element
EJB3NamingStrategy - Class in org.hibernate.cfg
NAming strategy implementing the EJB3 standards
EJB3NamingStrategy() - Constructor for class org.hibernate.cfg.EJB3NamingStrategy
 
EJB3OverridenAnnotationReader - Class in org.hibernate.cfg.annotations.reflection
Encapsulates the overriding of Java annotations from an EJB 3.0 descriptor.
EJB3OverridenAnnotationReader(AnnotatedElement, XMLContext) - Constructor for class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
EJB3ReflectionManager - Class in org.hibernate.cfg.annotations.reflection
 
EJB3ReflectionManager() - Constructor for class org.hibernate.cfg.annotations.reflection.EJB3ReflectionManager
 
enableHibernateSearch(EventListeners, Object, Class) - Static method in class org.hibernate.cfg.search.CollectionSearchConfiguration
 
enableHibernateSearch(EventListeners, Properties) - Static method in class org.hibernate.cfg.search.SearchConfiguration
 
Entity - Annotation Type in org.hibernate.annotations
Extends Entity with Hibernate features
EntityBinder - Class in org.hibernate.cfg.annotations
Stateful holder and processor for binding Entity information
EntityBinder() - Constructor for class org.hibernate.cfg.annotations.EntityBinder
Use as a fake one for Collection of elements
EntityBinder(Entity, Entity, XClass, PersistentClass, ExtendedMappings) - Constructor for class org.hibernate.cfg.annotations.EntityBinder
 
ENUM - Static variable in class org.hibernate.type.EnumType
 
EnumType - Class in org.hibernate.type
Enum type mapper Try and find the appropriate SQL type depending on column metadata
EnumType() - Constructor for class org.hibernate.type.EnumType
 
equals(Object) - Method in class org.hibernate.cfg.FkSecondPass
 
equals(Object, Object) - Method in class org.hibernate.type.CharacterArrayClobType
 
equals(Object, Object) - Method in class org.hibernate.type.EnumType
 
equals(Object, Object) - Method in class org.hibernate.type.StringClobType
 
ExtendedMappings - Class in org.hibernate.cfg
Allow annotation related mappings

at least for named generators


F

Fetch - Annotation Type in org.hibernate.annotations
Define the fetching strategy used for the given association
FetchMode - Enum in org.hibernate.annotations
Fetch options on associations
fillComponent(PropertyHolder, PropertyData, boolean, String, boolean, EntityBinder, boolean, boolean, boolean, ExtendedMappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
fillSimpleValue(SimpleValue) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
fillTable(String, String, String, String, boolean, List, String, Table, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
Filter - Annotation Type in org.hibernate.annotations
Add filters to an entity or a target entity of a collection
FilterDef - Annotation Type in org.hibernate.annotations
Filter definition
FilterDefs - Annotation Type in org.hibernate.annotations
Array of filter definitions
FilterJoinTable - Annotation Type in org.hibernate.annotations
Add filters to a join table collection
FilterJoinTables - Annotation Type in org.hibernate.annotations
Add multiple @FilterJoinTable to a collection
Filters - Annotation Type in org.hibernate.annotations
Add multiple @Filters
finalSecondaryTableBinding(PropertyHolder) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
findColumnOwner(PersistentClass, String, ExtendedMappings) - Static method in class org.hibernate.cfg.BinderHelper
Find the column owner (ie PersistentClass or Join) of columnName.
findPropertyByName(PersistentClass, String) - Static method in class org.hibernate.cfg.BinderHelper
Retrieve the property by path in a recursive way, including IndetifierProperty in the loop If propertyName is null or empty, the IdentifierProperty is returned
firstLevelSecondaryTablesBinding(SecondaryTable, SecondaryTables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
FkSecondPass - Class in org.hibernate.cfg
 
FkSecondPass(SimpleValue, Ejb3JoinColumn[]) - Constructor for class org.hibernate.cfg.FkSecondPass
 
FlushModeType - Enum in org.hibernate.annotations
Enumeration extending javax.persistence flush modes.
ForceDiscriminator - Annotation Type in org.hibernate.annotations
ForceDiscriminator flag To be placed at the root entity near @DiscriminatorColumn or @DiscriminatorFormula
forceNotNull() - Method in class org.hibernate.cfg.Ejb3Column
 
ForeignKey - Annotation Type in org.hibernate.annotations
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
Formula - Annotation Type in org.hibernate.annotations
Formula.
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.ByteArrayBlobType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.SerializableToBlobType
 
fromXMLString(String) - Method in class org.hibernate.type.EnumType
 

G

Generated - Annotation Type in org.hibernate.annotations
The annotated property is generated by the database
GenerationTime - Enum in org.hibernate.annotations
When should the generation occurs
GenericGenerator - Annotation Type in org.hibernate.annotations
Generator annotation describing any kind of Hibernate generator in a detyped manner
GenericGenerators - Annotation Type in org.hibernate.annotations
Array of generic generator definitions
get(ResultSet, String) - Method in class org.hibernate.type.AbstractLobType
 
get(ResultSet, String) - Method in class org.hibernate.type.ByteArrayBlobType
 
get(ResultSet, String) - Method in class org.hibernate.type.SerializableToBlobType
 
getAccess() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getAllDocuments() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getAnnotation(Class<T>) - Method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
getAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
getAnyMetaDef(String) - Method in class org.hibernate.cfg.ExtendedMappings
 
getBase() - Method in class org.hibernate.cfg.IndexColumn
 
getCacheConcurrencyStrategy(CacheConcurrencyStrategy) - Static method in class org.hibernate.cfg.annotations.EntityBinder
 
getCascadePersist() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getCatalog() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getClasses() - Method in class org.hibernate.cfg.ExtendedMappings
 
getClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getClassOrElement() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class itself or the element type if an array
getClassOrElement() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElement() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElement() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassOrElementName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself or the element type if an array
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElementName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassType(XClass) - Method in class org.hibernate.cfg.ExtendedMappings
get and maintain a cache of class type.
getCollection() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getCollectionBinder(String, XProperty, boolean) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
collection binder factory
getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractLobType
 
getDefault(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefaultAccess() - Method in interface org.hibernate.cfg.PropertyData
 
getDefaultAccess() - Method in class org.hibernate.cfg.PropertyInferredData
 
getDefaultAccess() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getDefaultAccess() - Method in class org.hibernate.cfg.WrappedInferredData
 
getDefaultEntityListeners() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefaults() - Method in class org.hibernate.cfg.annotations.reflection.EJB3ReflectionManager
 
getDiscriminatorTypeName() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
getEntityName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityOwnerClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getFetchMode(FetchType) - Static method in class org.hibernate.cfg.AnnotationBinder
 
getFormulaString() - Method in class org.hibernate.cfg.Ejb3Column
 
getFromMappedBy(String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
getGenerator(String) - Method in class org.hibernate.cfg.ExtendedMappings
 
getGenerator(String, Map<String, IdGenerator>) - Method in class org.hibernate.cfg.ExtendedMappings
Try to find the generator from the localGenerators and then from the global generator list
getGeneratorTableProperties(String, Map<String, Properties>) - Method in class org.hibernate.cfg.ExtendedMappings
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.AbstractLobType
 
getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
 
getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
getIdentifier() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getIdentifier() - Method in interface org.hibernate.cfg.PropertyHolder
 
getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.IdGenerator
 
getJoin() - Method in class org.hibernate.cfg.Ejb3Column
 
getJoins(String) - Method in class org.hibernate.cfg.ExtendedMappings
 
getLength() - Method in class org.hibernate.cfg.Ejb3Column
 
getLogicalColumnName() - Method in class org.hibernate.cfg.Ejb3Column
 
getManyToManyOwnerSideEntityName() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getMappedBy() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getMappingColumn() - Method in class org.hibernate.cfg.Ejb3Column
 
getMappings() - Method in class org.hibernate.cfg.Ejb3Column
 
getMetadataComplete() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getName() - Method in class org.hibernate.cfg.annotations.TableBinder
 
getName() - Method in class org.hibernate.cfg.Ejb3Column
 
getName() - Method in class org.hibernate.mapping.IdGenerator
 
getName() - Method in class org.hibernate.type.AbstractLobType
 
getOverriddenColumn(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder
getOverriddenColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getOverriddenColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
return null if the column is not overridden, or an array of column if true
getOverriddenJoinColumn(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder
getOverriddenJoinColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getOverriddenJoinColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
return null if the column is not overridden, or an array of column if true
getPackageName() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getParams() - Method in class org.hibernate.mapping.IdGenerator
 
getPath() - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
getPath() - Method in interface org.hibernate.cfg.PropertyHolder
 
getPersistentClass() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getPersistentClass() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getPersistentClass() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getPersistentClass() - Method in interface org.hibernate.cfg.PropertyHolder
 
getPrecision() - Method in class org.hibernate.cfg.Ejb3Column
 
getProperty() - Method in interface org.hibernate.cfg.PropertyData
 
getProperty() - Method in class org.hibernate.cfg.PropertyInferredData
 
getProperty() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getProperty() - Method in class org.hibernate.cfg.WrappedInferredData
 
getPropertyAccessor() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getPropertyAccessor(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getPropertyClass() - Method in interface org.hibernate.cfg.PropertyData
Return the class itself
getPropertyClass() - Method in class org.hibernate.cfg.PropertyInferredData
 
getPropertyClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getPropertyClass() - Method in class org.hibernate.cfg.WrappedInferredData
 
getPropertyHolder() - Method in class org.hibernate.cfg.Ejb3Column
 
getPropertyName() - Method in class org.hibernate.cfg.Ejb3Column
 
getPropertyName() - Method in interface org.hibernate.cfg.PropertyData
 
getPropertyName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getPropertyName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getPropertyName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getPropertyReferencedAssociation(String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
getReferencedColumn() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getReferencedEntityName() - Method in class org.hibernate.cfg.FkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
getReflectionManager() - Method in class org.hibernate.cfg.AnnotationConfiguration
 
getReflectionManager() - Method in class org.hibernate.cfg.ExtendedMappings
 
getRelativePath(PropertyHolder, String) - Static method in class org.hibernate.cfg.BinderHelper
 
getReturnedClass() - Method in cl