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 |
---|---|
KeyValue |
PropertyHolder.getIdentifier() |
KeyValue |
ComponentPropertyHolder.getIdentifier() |
KeyValue |
CollectionPropertyHolder.getIdentifier() |
KeyValue |
ClassPropertyHolder.getIdentifier() |
Modifier and Type | Class and Description |
---|---|
class |
Any
A Hibernate "any" type (ie.
|
class |
Component
The mapping for a component, composite element,
composite identifier, etc.
|
class |
DependantValue
A value which is "typed" by reference to some other
value (for example, a foreign key is typed by the
referenced primary key).
|
class |
ManyToOne
A many-to-one association mapping
|
class |
OneToOne
A one-to-one association mapping
|
class |
SimpleValue
Any value that maps to columns.
|
class |
ToOne
A simple-point association (ie.
|
Modifier and Type | Method and Description |
---|---|
KeyValue |
Subclass.getIdentifier() |
KeyValue |
RootClass.getIdentifier() |
abstract KeyValue |
PersistentClass.getIdentifier() |
KeyValue |
OneToOne.getIdentifier()
Returns the identifier.
|
KeyValue |
IdentifierCollection.getIdentifier() |
KeyValue |
Table.getIdentifierValue() |
KeyValue |
Subclass.getKey() |
KeyValue |
RootClass.getKey() |
abstract KeyValue |
PersistentClass.getKey() |
KeyValue |
JoinedSubclass.getKey() |
KeyValue |
Join.getKey() |
KeyValue |
Collection.getKey() |
Modifier and Type | Method and Description |
---|---|
void |
RootClass.setIdentifier(KeyValue identifier) |
void |
OneToOne.setIdentifier(KeyValue identifier)
Sets the identifier.
|
void |
IdentifierCollection.setIdentifier(KeyValue identifier) |
void |
Table.setIdentifierValue(KeyValue idValue) |
void |
JoinedSubclass.setKey(KeyValue key) |
void |
Join.setKey(KeyValue key) |
void |
Collection.setKey(KeyValue key) |
Constructor and Description |
---|
DependantValue(MetadataImplementor metadata,
Table table,
KeyValue prototype) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.