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.cfg.annotations.reflection | |
org.hibernate.metamodel.source.annotations.entity |
Modifier and Type | Method and Description |
---|---|
static AccessType |
AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessType[] |
AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AccessType |
AccessType.getAccessStrategy(AccessType type) |
Modifier and Type | Method and Description |
---|---|
AccessType |
XMLContext.Default.getAccess() |
Modifier and Type | Method and Description |
---|---|
protected void |
XMLContext.Default.setAccess(AccessType access) |
Modifier and Type | Method and Description |
---|---|
AccessType |
ConfiguredClass.getClassAccessType() |
AccessType |
EmbeddableHierarchy.getDefaultAccessType() |
Modifier and Type | Method and Description |
---|---|
static EmbeddableHierarchy |
EmbeddableHierarchy.createEmbeddableHierarchy(Class<?> embeddableClass,
String propertyName,
AccessType accessType,
AnnotationBindingContext context)
Builds the configured class hierarchy for a an embeddable class.
|
Constructor and Description |
---|
ConfiguredClass(org.jboss.jandex.ClassInfo classInfo,
AccessType defaultAccessType,
ConfiguredClass parent,
AnnotationBindingContext context) |
EmbeddableClass(org.jboss.jandex.ClassInfo classInfo,
String embeddedAttributeName,
ConfiguredClass parent,
AccessType defaultAccessType,
AnnotationBindingContext context) |
EntityClass(org.jboss.jandex.ClassInfo classInfo,
EntityClass parent,
AccessType hierarchyAccessType,
InheritanceType inheritanceType,
AnnotationBindingContext context) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.