Class AnnotationMappingReader
java.lang.Object
com.blazebit.persistence.view.impl.metamodel.AnnotationMappingReader
- All Implemented Interfaces:
MappingReader
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic AnnotationgetMapping(AnnotatedElement annotatedElement, Constructor<?> constructor, int index, MetamodelBootContext context) static AnnotationgetMapping(String attributeName, AnnotatedElement annotatedElement, boolean implicitMapping) voidreadViewListenerMapping(Class<?> entityViewListenerClass, EntityViewListenerFactory<?> factory) readViewMapping(Class<?> entityViewClass)
-
Constructor Details
-
AnnotationMappingReader
-
-
Method Details
-
getContext
- Specified by:
getContextin interfaceMappingReader
-
readViewListenerMapping
public void readViewListenerMapping(Class<?> entityViewListenerClass, EntityViewListenerFactory<?> factory) - Specified by:
readViewListenerMappingin interfaceMappingReader
-
readViewMapping
- Specified by:
readViewMappingin interfaceMappingReader
-
getMapping
public static Annotation getMapping(String attributeName, AnnotatedElement annotatedElement, boolean implicitMapping) -
getMapping
public static Annotation getMapping(AnnotatedElement annotatedElement, Constructor<?> constructor, int index, MetamodelBootContext context) -
extractConstructorName
-