Class ClassDetailsRegistryStandard
java.lang.Object
org.hibernate.models.internal.AbstractClassDetailsRegistry
org.hibernate.models.internal.ClassDetailsRegistryStandard
- All Implemented Interfaces:
MutableClassDetailsRegistry, ClassDetailsRegistry
Standard ClassDetailsRegistry implementation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ClassDetailsRegistry
ClassDetailsRegistry.ClassDetailsConsumerNested classes/interfaces inherited from interface MutableClassDetailsRegistry
MutableClassDetailsRegistry.ClassDetailsCreator -
Field Summary
Fields inherited from class AbstractClassDetailsRegistry
classDetailsMap, context, directImplementorMap, directSubtypeMap -
Constructor Summary
ConstructorsConstructorDescriptionClassDetailsRegistryStandard(boolean trackImplementors, ModelsContext context) ClassDetailsRegistryStandard(ClassDetailsBuilder classDetailsBuilder, boolean trackImplementors, ModelsContext context) -
Method Summary
Modifier and TypeMethodDescriptionAccess to the ClassDetailsBuilder used in this registryMethods inherited from class AbstractClassDetailsRegistry
addClassDetails, addClassDetails, classDetailsMap, collectImplementors, createClassDetails, createClassDetails, findClassDetails, forEachClassDetails, forEachDirectImplementor, forEachDirectSubtype, getClassDetailsMap, getDirectImplementorMap, getDirectImplementors, getDirectSubTypeMap, getDirectSubtypes, getDirectSubTypes, isTrackingImplementors, resolveClassDetails, resolveClassDetails, walkConcreteTypes, walkImplementorsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClassDetailsRegistry
as, collectImplementors, findConcreteTypes, findConcreteTypes, forEachDirectSubType, getClassDetails
-
Constructor Details
-
ClassDetailsRegistryStandard
-
ClassDetailsRegistryStandard
public ClassDetailsRegistryStandard(ClassDetailsBuilder classDetailsBuilder, boolean trackImplementors, ModelsContext context)
-
-
Method Details
-
getClassDetailsBuilder
Description copied from interface:ClassDetailsRegistryAccess to the ClassDetailsBuilder used in this registry
-