Package | Description |
---|---|
javax.persistence | |
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
static DiscriminatorType |
DiscriminatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscriminatorType[] |
DiscriminatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Ejb3DiscriminatorColumn |
Ejb3DiscriminatorColumn.buildDiscriminatorColumn(DiscriminatorType type,
DiscriminatorColumn discAnn,
DiscriminatorFormula discFormulaAnn,
MetadataBuildingContext context) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.