Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
AnnotationBinder.defineFetchingStrategy(ToOne toOne,
XProperty property) |
Constructor and Description |
---|
ToOneFkSecondPass(ToOne value,
Ejb3JoinColumn[] columns,
boolean unique,
String entityClassName,
String path,
MetadataBuildingContext buildingContext) |
Modifier and Type | Class and Description |
---|---|
class |
ManyToOne
A many-to-one association mapping
|
class |
OneToOne
A one-to-one association mapping
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.