Interface PojoLoadingTypeContext<E>
public interface PojoLoadingTypeContext<E>
-
Method Summary
Modifier and TypeMethodDescriptionList<PojoRawTypeIdentifier<? super E>>
boolean
PojoMassLoadingStrategy<? super E,
?> Optional<PojoMassLoadingStrategy<? super E,
?>> PojoSelectionLoadingStrategy<? super E>
Optional<PojoSelectionLoadingStrategy<? super E>>
-
Method Details
-
entityName
String entityName() -
secondaryEntityName
String secondaryEntityName() -
typeIdentifier
PojoRawTypeIdentifier<E> typeIdentifier() -
ascendingSuperTypes
List<PojoRawTypeIdentifier<? super E>> ascendingSuperTypes() -
isSingleConcreteTypeInEntityHierarchy
boolean isSingleConcreteTypeInEntityHierarchy() -
selectionLoadingStrategy
PojoSelectionLoadingStrategy<? super E> selectionLoadingStrategy() -
selectionLoadingStrategyOptional
Optional<PojoSelectionLoadingStrategy<? super E>> selectionLoadingStrategyOptional() -
massLoadingStrategy
PojoMassLoadingStrategy<? super E,?> massLoadingStrategy() -
massLoadingStrategyOptional
Optional<PojoMassLoadingStrategy<? super E,?>> massLoadingStrategyOptional()
-