Package | Description |
---|---|
org.hibernate.internal.util |
Internal utility classes.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.property |
This package abstracts the notion of a "property" of
an entity.
|
Modifier and Type | Method and Description |
---|---|
static Constructor |
ReflectHelper.getConstructor(Class clazz,
Type[] types)
Retrieve a constructor for the given class, with arguments matching the specified Hibernate mapping
types . |
static Constructor |
ReflectHelper.getDefaultConstructor(Class clazz)
Retrieve the default (no arg) constructor from the given class.
|
Modifier and Type | Method and Description |
---|---|
Getter |
Property.getGetter(Class clazz) |
Setter |
Property.getSetter(Class clazz) |
Modifier and Type | Method and Description |
---|---|
static Getter |
BasicPropertyAccessor.createGetter(Class theClass,
String propertyName) |
Getter |
PropertyAccessor.getGetter(Class theClass,
String propertyName)
Create a "getter" for the named attribute
|
Getter |
NoopAccessor.getGetter(Class arg0,
String arg1)
Create a "getter" for the named attribute
|
Getter |
MapAccessor.getGetter(Class theClass,
String propertyName)
Create a "getter" for the named attribute
|
Getter |
EmbeddedPropertyAccessor.getGetter(Class theClass,
String propertyName) |
Getter |
DirectPropertyAccessor.getGetter(Class theClass,
String propertyName) |
Getter |
ChainedPropertyAccessor.getGetter(Class theClass,
String propertyName) |
Getter |
BasicPropertyAccessor.getGetter(Class theClass,
String propertyName) |
Setter |
PropertyAccessor.getSetter(Class theClass,
String propertyName)
Create a "setter" for the named attribute
|
Setter |
NoopAccessor.getSetter(Class arg0,
String arg1)
Create a "setter" for the named attribute
|
Setter |
MapAccessor.getSetter(Class theClass,
String propertyName)
Create a "setter" for the named attribute
|
Setter |
EmbeddedPropertyAccessor.getSetter(Class theClass,
String propertyName) |
Setter |
DirectPropertyAccessor.getSetter(Class theClass,
String propertyName) |
Setter |
ChainedPropertyAccessor.getSetter(Class theClass,
String propertyName) |
Setter |
BasicPropertyAccessor.getSetter(Class theClass,
String propertyName) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.