Class ImmutableAttributeMappingList
java.lang.Object
org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList
- All Implemented Interfaces:
AttributeMappingsList
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal class
static final class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
forEach
(Consumer<? super AttributeMapping> attributeMappingConsumer) get
(int i) void
indexedForEach
(IndexedConsumer<? super AttributeMapping> consumer) int
size()
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceAttributeMappingsList
-
get
- Specified by:
get
in interfaceAttributeMappingsList
-
forEach
- Specified by:
forEach
in interfaceAttributeMappingsList
-
indexedForEach
- Specified by:
indexedForEach
in interfaceAttributeMappingsList
-