Java org.hibernate.persister.entity SingleTableEntityPersister fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.persister.entity SingleTableEntityPersister fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.persister.entity SingleTableEntityPersister.

The text is from its open source code.

Subclass

org.hibernate.persister.entity.SingleTableEntityPersister has subclasses.
Click this link to see all its subclasses.

Method

EntityMetamodelgetEntityMetamodel()
String[]getIdentifierColumnNames()
IdentifierGeneratorgetIdentifierGenerator()
StringgetIdentifierPropertyName()
TypegetIdentifierType()
String[]getKeyColumnNames()
StringgetName()
String[]getPropertyColumnNames(String propertyName)
Warning: When there are duplicated property names in the subclasses then this method may return the wrong results.
String[]getPropertyNames()
StringgetRootEntityName()
String[]getSubclassClosure()
String[]getSubclassPropertyColumnNames(int i)
StringgetTableName()
booleanhasSubclasses()