Interface LazyFetchGroupMetadata
-
public interface LazyFetchGroupMetadata
Information about a particular bytecode lazy attribute grouping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Access to the name of the fetch group.
-
-
-
Method Detail
-
getName
String getName()
Access to the name of the fetch group.- Returns:
- The fetch group name
-
-