Package org.hibernate.jpamodelgen
Class JPAMetaModelEntityProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.hibernate.processor.HibernateProcessor
org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes({"jakarta.persistence.Entity","jakarta.persistence.MappedSuperclass","jakarta.persistence.Embeddable","jakarta.persistence.NamedQuery","jakarta.persistence.NamedNativeQuery","jakarta.persistence.NamedEntityGraph","jakarta.persistence.SqlResultSetMapping","org.hibernate.annotations.FetchProfile","org.hibernate.annotations.FilterDef","org.hibernate.annotations.NamedQuery","org.hibernate.annotations.NamedNativeQuery","org.hibernate.annotations.processing.HQL","org.hibernate.annotations.processing.SQL","org.hibernate.annotations.processing.Find","jakarta.data.repository.Repository"})
@SupportedOptions({"debug","persistenceXml","ormXml","fullyAnnotationConfigured","lazyXmlParsing","addGenerationDate","addGeneratedAnnotation","addSuppressWarningsAnnotation","suppressJakartaDataMetamodel"})
@Deprecated(forRemoval=true)
public class JPAMetaModelEntityProcessor
extends HibernateProcessor
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class org.hibernate.processor.HibernateProcessor
ADD_GENERATED_ANNOTATION, ADD_GENERATION_DATE, ADD_SUPPRESS_WARNINGS_ANNOTATION, DEBUG_OPTION, ENTITY_INDEX, EXCLUDE, FULLY_ANNOTATION_CONFIGURED_OPTION, INCLUDE, INDEX, LAZY_XML_PARSING, ORM_XML_OPTION, PERSISTENCE_XML_OPTION, SUPPRESS_JAKARTA_DATA_METAMODEL
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(ProcessingEnvironment processingEnvironment) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.hibernate.processor.HibernateProcessor
getSupportedSourceVersion, process
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
-
Constructor Details
-
JPAMetaModelEntityProcessor
public JPAMetaModelEntityProcessor()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
init
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
init
in interfaceProcessor
- Overrides:
init
in classHibernateProcessor
-
HibernateProcessor