Uses of Enum Class
org.hibernate.processor.annotation.LifecycleMethod.ParameterKind
Packages that use LifecycleMethod.ParameterKind
Package
Description
Implementation of the model classes backed by annotations.
-
Uses of LifecycleMethod.ParameterKind in org.hibernate.processor.annotation
Subclasses with type arguments of type LifecycleMethod.ParameterKind in org.hibernate.processor.annotationMethods in org.hibernate.processor.annotation that return LifecycleMethod.ParameterKindModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LifecycleMethod.ParameterKind[]LifecycleMethod.ParameterKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.processor.annotation with parameters of type LifecycleMethod.ParameterKindModifierConstructorDescriptionLifecycleMethod(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String entity, String actualEntity, String methodName, String parameterName, String sessionName, String sessionType, String operationName, boolean addNonnullAnnotation, LifecycleMethod.ParameterKind parameterKind, boolean returnArgument, boolean hasGeneratedId, TypeElement element)