Class StandardCollectionSemanticsResolver
- java.lang.Object
-
- org.hibernate.collection.internal.StandardCollectionSemanticsResolver
-
- All Implemented Interfaces:
CollectionSemanticsResolver
public class StandardCollectionSemanticsResolver extends Object implements CollectionSemanticsResolver
Standard implementation of CollectionSemanticsResolver
-
-
Field Summary
Fields Modifier and Type Field Description static StandardCollectionSemanticsResolverINSTANCESingleton access
-
Constructor Summary
Constructors Constructor Description StandardCollectionSemanticsResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionSemanticsresolveRepresentation(Collection bootDescriptor)
-
-
-
Field Detail
-
INSTANCE
public static final StandardCollectionSemanticsResolver INSTANCE
Singleton access
-
-
Method Detail
-
resolveRepresentation
public CollectionSemantics resolveRepresentation(Collection bootDescriptor)
- Specified by:
resolveRepresentationin interfaceCollectionSemanticsResolver
-
-