Interface ClassDetails

All Superinterfaces:
AnnotationTarget, Storable<ClassDetails,SerialClassDetails>, TypeVariableScope
All Known Subinterfaces:
ClassDetailsSupport, MutableClassDetails
All Known Implementing Classes:
DynamicClassDetails, JdkClassDetails, MissingPackageInfoDetails, SimpleClassDetails

Abstraction for what Hibernate understands about a "class", generally before it has access to the actual Class reference, if there is a Class at all (dynamic models).
See Also: