Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.cfg.annotations |
Modifier and Type | Interface and Description |
---|---|
interface |
QuerySecondPass
Bind query
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionSecondPass
Collection second pass
|
class |
CopyIdentifierComponentSecondPass |
class |
CreateKeySecondPass |
class |
FkSecondPass |
class |
IndexOrUniqueKeySecondPass |
class |
JoinedSubclassFkSecondPass |
class |
NamedSQLQuerySecondPass |
class |
OneToOneSecondPass
We have to handle OneToOne in a second pass because:
-
|
class |
PkDrivenByDefaultMapsIdSecondPass |
class |
ResultSetMappingSecondPass |
class |
SecondaryTableSecondPass |
class |
SetSimpleValueTypeSecondPass |
class |
ToOneFkSecondPass
Enable a proper set of the FK columns in respect with the id column order
Allow the correct implementation of the default EJB3 values which needs both
sides of the association to be resolved
|
class |
VerifyFetchProfileReferenceSecondPass |
Modifier and Type | Field and Description |
---|---|
protected List<SecondPass> |
Configuration.secondPasses |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.MappingsImpl.addSecondPass(SecondPass sp) |
void |
Mappings.addSecondPass(SecondPass sp)
Adds a second-pass to the end of the current queue.
|
void |
Configuration.MappingsImpl.addSecondPass(SecondPass sp,
boolean onTopOfTheQueue) |
void |
Mappings.addSecondPass(SecondPass sp,
boolean onTopOfTheQueue)
Adds a second pass.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultsetMappingSecondPass |
Modifier and Type | Method and Description |
---|---|
SecondPass |
CollectionBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns,
Ejb3JoinColumn[] keyColumns,
Ejb3JoinColumn[] inverseColumns,
Ejb3Column[] elementColumns,
Ejb3Column[] mapKeyColumns,
Ejb3JoinColumn[] mapKeyManyToManyColumns,
boolean isEmbedded,
org.hibernate.annotations.common.reflection.XProperty property,
org.hibernate.annotations.common.reflection.XClass collType,
boolean ignoreNotFound,
boolean unique,
TableBinder assocTableBinder,
Mappings mappings) |
SecondPass |
MapBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns,
Ejb3JoinColumn[] keyColumns,
Ejb3JoinColumn[] inverseColumns,
Ejb3Column[] elementColumns,
Ejb3Column[] mapKeyColumns,
Ejb3JoinColumn[] mapKeyManyToManyColumns,
boolean isEmbedded,
org.hibernate.annotations.common.reflection.XProperty property,
org.hibernate.annotations.common.reflection.XClass collType,
boolean ignoreNotFound,
boolean unique,
TableBinder assocTableBinder,
Mappings mappings) |
SecondPass |
ListBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns,
Ejb3JoinColumn[] keyColumns,
Ejb3JoinColumn[] inverseColumns,
Ejb3Column[] elementColumns,
Ejb3Column[] mapKeyColumns,
Ejb3JoinColumn[] mapKeyManyToManyColumns,
boolean isEmbedded,
org.hibernate.annotations.common.reflection.XProperty property,
org.hibernate.annotations.common.reflection.XClass collType,
boolean ignoreNotFound,
boolean unique,
TableBinder assocTableBinder,
Mappings mappings) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.