Class RepositoryConstructor
java.lang.Object
org.hibernate.processor.annotation.RepositoryConstructor
- All Implemented Interfaces:
MetaAttribute
A general purpose constructor which accepts the session.
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryConstructor
(AnnotationMetaEntity annotationMetaEntity, String constructorName, String methodName, String sessionTypeName, String sessionVariableName, @Nullable String dataStore, boolean addInjectAnnotation, boolean addNonnullAnnotation, boolean addOverrideAnnotation, boolean dataRepository, boolean quarkusInjection) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.processor.model.MetaAttribute
inheritedAnnotations
-
Constructor Details
-
RepositoryConstructor
public RepositoryConstructor(AnnotationMetaEntity annotationMetaEntity, String constructorName, String methodName, String sessionTypeName, String sessionVariableName, @Nullable String dataStore, boolean addInjectAnnotation, boolean addNonnullAnnotation, boolean addOverrideAnnotation, boolean dataRepository, boolean quarkusInjection)
-
-
Method Details
-
hasTypedAttribute
public boolean hasTypedAttribute()- Specified by:
hasTypedAttribute
in interfaceMetaAttribute
-
hasStringAttribute
public boolean hasStringAttribute()- Specified by:
hasStringAttribute
in interfaceMetaAttribute
-
getAttributeDeclarationString
- Specified by:
getAttributeDeclarationString
in interfaceMetaAttribute
-
getAttributeNameDeclarationString
- Specified by:
getAttributeNameDeclarationString
in interfaceMetaAttribute
-
getMetaType
- Specified by:
getMetaType
in interfaceMetaAttribute
-
getPropertyName
- Specified by:
getPropertyName
in interfaceMetaAttribute
-
getTypeDeclaration
- Specified by:
getTypeDeclaration
in interfaceMetaAttribute
-
getHostingEntity
- Specified by:
getHostingEntity
in interfaceMetaAttribute
-