|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecondPass | |
---|---|
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
org.hibernate.cfg.annotations |
Uses of SecondPass in org.hibernate.cfg |
---|
Subinterfaces of SecondPass in org.hibernate.cfg | |
---|---|
interface |
QuerySecondPass
Bind query |
Classes in org.hibernate.cfg that implement SecondPass | |
---|---|
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
|
Fields in org.hibernate.cfg with type parameters of type SecondPass | |
---|---|
protected List<SecondPass> |
Configuration.secondPasses
|
Methods in org.hibernate.cfg with parameters of type SecondPass | |
---|---|
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. |
Uses of SecondPass in org.hibernate.cfg.annotations |
---|
Classes in org.hibernate.cfg.annotations that implement SecondPass | |
---|---|
class |
ResultsetMappingSecondPass
|
Methods in org.hibernate.cfg.annotations that return SecondPass | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |