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