Package org.hibernate.persister.entity
Class UniqueKeyEntry
- java.lang.Object
-
- org.hibernate.persister.entity.UniqueKeyEntry
-
public final class UniqueKeyEntry extends Object
Useful metadata representing a unique key within a Persister
-
-
Constructor Summary
Constructors Constructor Description UniqueKeyEntry(String uniqueKeyName, int stateArrayPosition, Type propertyType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
getPropertyType()
int
getStateArrayPosition()
String
getUniqueKeyName()
-