Class EmptyAttributeMappingsMap
java.lang.Object
org.hibernate.metamodel.mapping.internal.EmptyAttributeMappingsMap
- All Implemented Interfaces:
AttributeMappingsMap
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.metamodel.mapping.AttributeMappingsMap
AttributeMappingsMap.Builder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
forEachValue
(Consumer<? super AttributeMapping> action) int
size()
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyAttributeMappingsMap
public EmptyAttributeMappingsMap()
-
-
Method Details
-
forEachValue
- Specified by:
forEachValue
in interfaceAttributeMappingsMap
-
size
public int size()- Specified by:
size
in interfaceAttributeMappingsMap
-
get
- Specified by:
get
in interfaceAttributeMappingsMap
-
valueIterator
- Specified by:
valueIterator
in interfaceAttributeMappingsMap
-