Package | Description |
---|---|
org.hibernate.internal.util |
Internal utility classes.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
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 <T> Constructor<T> |
ReflectHelper.getDefaultConstructor(Class<T> 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) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.