Package | Description |
---|---|
org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
org.hibernate.tuple.component | |
org.hibernate.tuple.entity | |
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
Class and Description |
---|
IdentifierProperty
Represents a defined entity identifier property within the Hibernate
runtime-metamodel.
|
Instantiator
Contract for implementors responsible for instantiating entity/component instances.
|
Property
Defines the basic contract of a Property within the runtime metamodel.
|
StandardProperty
Represents a basic property within the Hibernate runtime-metamodel.
|
VersionProperty
Represents a version property within the Hibernate runtime-metamodel.
|
Class and Description |
---|
Instantiator
Contract for implementors responsible for instantiating entity/component instances.
|
StandardProperty
Represents a basic property within the Hibernate runtime-metamodel.
|
Tuplizer
A tuplizer defines the contract for things which know how to manage
a particular representation of a piece of data, given that
representation's
EntityMode (the entity-mode
essentially defining which representation). |
Class and Description |
---|
IdentifierProperty
Represents a defined entity identifier property within the Hibernate
runtime-metamodel.
|
Instantiator
Contract for implementors responsible for instantiating entity/component instances.
|
StandardProperty
Represents a basic property within the Hibernate runtime-metamodel.
|
Tuplizer
A tuplizer defines the contract for things which know how to manage
a particular representation of a piece of data, given that
representation's
EntityMode (the entity-mode
essentially defining which representation). |
VersionProperty
Represents a version property within the Hibernate runtime-metamodel.
|
Class and Description |
---|
StandardProperty
Represents a basic property within the Hibernate runtime-metamodel.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.