Package | Description |
---|---|
javax.persistence | |
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.metamodel.binding |
Modifier and Type | Method and Description |
---|---|
static InheritanceType |
InheritanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InheritanceType[] |
InheritanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InheritanceType |
InheritanceState.getType() |
Modifier and Type | Method and Description |
---|---|
void |
InheritanceState.setType(InheritanceType type) |
Modifier and Type | Method and Description |
---|---|
static InheritanceType |
InheritanceType.get(InheritanceType jpaType) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.