Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.cfg.annotations |
Modifier and Type | Method and Description |
---|---|
static AccessType |
AccessType.getAccessStrategy(AccessType type) |
static AccessType |
AccessType.getAccessStrategy(String type) |
AccessType |
WrappedInferredData.getDefaultAccess() |
AccessType |
PropertyPreloadedData.getDefaultAccess() |
AccessType |
PropertyInferredData.getDefaultAccess() |
AccessType |
PropertyData.getDefaultAccess() |
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 Component |
AnnotationBinder.fillComponent(PropertyHolder propertyHolder,
PropertyData inferredData,
AccessType propertyAccessor,
boolean isNullable,
EntityBinder entityBinder,
boolean isComponentEmbedded,
boolean isIdentifierMapper,
boolean inSecondPass,
Mappings mappings,
Map<XClass,InheritanceState> inheritanceStatePerClass) |
static Component |
AnnotationBinder.fillComponent(PropertyHolder propertyHolder,
PropertyData inferredData,
PropertyData baseInferredData,
AccessType propertyAccessor,
boolean isNullable,
EntityBinder entityBinder,
boolean isComponentEmbedded,
boolean isIdentifierMapper,
boolean inSecondPass,
Mappings mappings,
Map<XClass,InheritanceState> inheritanceStatePerClass) |
Constructor and Description |
---|
PropertyPreloadedData(AccessType defaultAccess,
String propertyName,
XClass returnedClass) |
Modifier and Type | Method and Description |
---|---|
AccessType |
SimpleValueBinder.getAccessType() |
AccessType |
EntityBinder.getExplicitAccessType(XAnnotatedElement element) |
AccessType |
EntityBinder.getPropertyAccessor(XAnnotatedElement element) |
AccessType |
EntityBinder.getPropertyAccessType() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleValueBinder.setAccessType(AccessType accessType) |
void |
PropertyBinder.setAccessType(AccessType accessType) |
void |
CollectionBinder.setAccessType(AccessType accessType) |
void |
EntityBinder.setPropertyAccessType(AccessType propertyAccessor) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.