Methods Summary |
---|
public java.lang.String | getDiscriminatorAlias(java.lang.String suffix)Get the result set aliases used for the identifier columns, given a suffix
|
public java.lang.String | getDiscriminatorColumnName()
|
public org.hibernate.type.Type | getDiscriminatorType()Get the discriminator type
|
public java.lang.String[] | getIdentifierAliases(java.lang.String suffix)Get the result set aliases used for the identifier columns, given a suffix
|
public java.lang.String[] | getIdentifierColumnNames()Get the names of columns used to persist the identifier
|
public java.lang.String[] | getPropertyAliases(java.lang.String suffix, int i)Get the result set aliases used for the property columns, given a suffix (properties of this class, only).
|
public java.lang.String[] | getPropertyColumnNames(int i)Get the result set column names mapped for this property (properties of this class, only).
|
public java.lang.String | getSubclassForDiscriminatorValue(java.lang.Object value)Get the concrete subclass corresponding to the given discriminator
value
|
public boolean | hasRowId()Does the result set contain rowids?
|
public boolean | hasSubclasses()Does this persistent class have subclasses?
|
public java.lang.Object[] | hydrate(java.sql.ResultSet rs, java.io.Serializable id, java.lang.Object object, org.hibernate.persister.entity.Loadable rootLoadable, java.lang.String[][] suffixedPropertyColumns, boolean allProperties, org.hibernate.engine.SessionImplementor session)Retrieve property values from one row of a result set
|
public boolean | isAbstract()
|