The IClassMetadata type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EntityName |
The name of the entity
|
![]() | HasIdentifierProperty | Does the class have an identifier property? |
![]() | HasNaturalIdentifier | Does this entity declare a natural id? |
![]() | HasProxy | Does the class support dynamic proxies? |
![]() | HasSubclasses | Does this entity have mapped subclasses? |
![]() | IdentifierPropertyName |
The name of the identifier property (or return null)
|
![]() | IdentifierType |
The identifier Hibernate type
|
![]() | IsInherited | Does this entity extend a mapped superclass? |
![]() | IsMutable |
Are instances of this class mutable?
|
![]() | IsVersioned |
Are instances of this class versioned by a timestamp or version number column?
|
![]() | NaturalIdentifierProperties | Which properties hold the natural id? |
![]() | PropertyLaziness | Get the "laziness" of the properties of this class |
![]() | PropertyNames |
The names of the class' persistent properties
|
![]() | PropertyNullability |
Get the nullability of the class' persistent properties
|
![]() | PropertyTypes |
The Hibernate types of the classes properties
|
![]() | VersionProperty |
Gets the index of the version property
|