Index

A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAnnotatedMethod - Class in org.hibernate.processor.annotation
 
AbstractAnnotatedMethod(AnnotationMetaEntity, ExecutableElement, String, String) - Constructor for class org.hibernate.processor.annotation.AbstractAnnotatedMethod
 
AbstractCriteriaMethod - Class in org.hibernate.processor.annotation
 
AbstractCriteriaMethod(AnnotationMetaEntity, ExecutableElement, String, String, String, boolean, String, String, List<String>, List<String>, List<String>, List<OrderBy>, boolean, boolean, List<Boolean>, List<Boolean>, String, boolean) - Constructor for class org.hibernate.processor.annotation.AbstractCriteriaMethod
 
AbstractFinderMethod - Class in org.hibernate.processor.annotation
 
AbstractQueryMethod - Class in org.hibernate.processor.annotation
 
ACCESS - Static variable in class org.hibernate.processor.util.Constants
 
AccessTypeInformation - Class in org.hibernate.processor.util
Encapsulates the access type information for a single class.
AccessTypeInformation(String, AccessType, AccessType) - Constructor for class org.hibernate.processor.util.AccessTypeInformation
 
add(String, Long) - Method in class org.hibernate.processor.util.FileTimeStampChecker
 
ADD_GENERATED_ANNOTATION - Static variable in class org.hibernate.processor.HibernateProcessor
Whether the jakarta.annotation.Generated annotation should be added to the generated classes
ADD_GENERATION_DATE - Static variable in class org.hibernate.processor.HibernateProcessor
Assuming that HibernateProcessor.ADD_GENERATED_ANNOTATION is enabled, this option controls whether @Generated#date should be populated.
ADD_SUPPRESS_WARNINGS_ANNOTATION - Static variable in class org.hibernate.processor.HibernateProcessor
A comma-separated list of warnings to suppress, or simply true if @SuppressWarnings({"deprecation","rawtypes"}) should be added to the generated classes.
addAccessTypeInformation(String, AccessTypeInformation) - Method in class org.hibernate.processor.Context
 
addDataMetaEmbeddable(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addDataMetaEntity(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addDependentAnnotation() - Method in class org.hibernate.processor.Context
 
addElementToRedo(CharSequence) - Method in class org.hibernate.processor.Context
 
addEntityNameMapping(String, String) - Method in class org.hibernate.processor.Context
 
addEnumValue(String, String, String, String, String) - Method in class org.hibernate.processor.Context
 
addGeneratedAnnotation() - Method in class org.hibernate.processor.Context
 
addGeneratedDate() - Method in class org.hibernate.processor.Context
 
addInjectAnnotation() - Method in class org.hibernate.processor.Context
 
addInnerClass(AnnotationMetaEntity) - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
addMetaAuxiliary(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addMetaEmbeddable(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addMetaEntity(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addNonnullAnnotation() - Method in class org.hibernate.processor.Context
 
addObserver(SessionFactoryObserver) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
addSuppressWarningsAnnotation() - Method in class org.hibernate.processor.Context
 
addTransactionScopedAnnotation() - Method in class org.hibernate.processor.Context
 
allowImmutableEntityUpdate() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
AnnotationMeta - Class in org.hibernate.processor.annotation
 
AnnotationMeta() - Constructor for class org.hibernate.processor.annotation.AnnotationMeta
 
AnnotationMetaAttribute - Class in org.hibernate.processor.annotation
Captures all information about an annotated persistent attribute.
AnnotationMetaAttribute(AnnotationMetaEntity, Element, String) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaAttribute
 
AnnotationMetaCollection - Class in org.hibernate.processor.annotation
 
AnnotationMetaCollection(AnnotationMetaEntity, Element, String, String) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaCollection
 
AnnotationMetaEntity - Class in org.hibernate.processor.annotation
Class used to collect meta information about an annotated type (entity, embeddable or mapped superclass).
AnnotationMetaEntity(TypeElement, Context, boolean, boolean, AnnotationMeta) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaEntity
 
AnnotationMetaMap - Class in org.hibernate.processor.annotation
 
AnnotationMetaMap(AnnotationMetaEntity, Element, String, String, String) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaMap
 
AnnotationMetaPackage - Class in org.hibernate.processor.annotation
Class used to collect meta information about an annotated package.
AnnotationMetaPackage(PackageElement, Context) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaPackage
 
AnnotationMetaSingleAttribute - Class in org.hibernate.processor.annotation
 
AnnotationMetaSingleAttribute(AnnotationMetaEntity, Element, String) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaSingleAttribute
 
AnnotationMetaType - Class in org.hibernate.processor.annotation
 
AnnotationMetaType(AnnotationMetaEntity) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaType
 
ARRAY - Enum constant in enum class org.hibernate.processor.annotation.LifecycleMethod.ParameterKind
 
asElement(TypeMirror) - Static method in class org.hibernate.processor.validation.ProcessorSessionFactory
 

B

BASIC - Static variable in class org.hibernate.processor.util.Constants
 
BASIC_ARRAY_TYPES - Static variable in class org.hibernate.processor.util.Constants
 
BASIC_REPOSITORY - Static variable in class org.hibernate.processor.util.Constants
 
BASIC_TYPES - Static variable in class org.hibernate.processor.util.Constants
 
BOOLEAN - Static variable in class org.hibernate.processor.util.Constants
 
BOXED_VOID - Static variable in class org.hibernate.processor.util.Constants
 

C

castNonNull(T) - Static method in class org.hibernate.processor.util.NullnessUtil
A method that suppresses warnings from the Nullness Checker.
castNonNull(T, String) - Static method in class org.hibernate.processor.util.NullnessUtil
Suppress warnings from the Nullness Checker, with a custom error message.
castNonNullDeep(T[]) - Static method in class org.hibernate.processor.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][]) - Static method in class org.hibernate.processor.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][]) - Static method in class org.hibernate.processor.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][][]) - Static method in class org.hibernate.processor.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][][][]) - Static method in class org.hibernate.processor.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][][][], String) - Static method in class org.hibernate.processor.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][][], String) - Static method in class org.hibernate.processor.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][], String) - Static method in class org.hibernate.processor.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][], String) - Static method in class org.hibernate.processor.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[], String) - Static method in class org.hibernate.processor.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
CHECK_HQL - Static variable in class org.hibernate.processor.util.Constants
 
checkNamedQuery(String) - Method in class org.hibernate.processor.Context
 
classNameFromFullyQualifiedName(String) - Static method in class org.hibernate.processor.util.StringUtil
 
ClassWriter - Class in org.hibernate.processor
Helper class to write the actual metamodel class using the Filer API.
close() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
COLLECTION - Static variable in class org.hibernate.processor.util.Constants
 
COLLECTION_ATTRIBUTE - Static variable in class org.hibernate.processor.util.Constants
 
COLLECTIONS - Static variable in class org.hibernate.processor.util.Constants
 
COLLECTORS - Static variable in class org.hibernate.processor.util.Constants
 
Component(TypeElement, String, String, AccessType, ProcessorSessionFactory) - Constructor for class org.hibernate.processor.validation.ProcessorSessionFactory.Component
 
Constants - Class in org.hibernate.processor.util
 
containsAnnotation(Element, String...) - Static method in class org.hibernate.processor.util.TypeUtils
 
containsDataMetaEmbeddable(String) - Method in class org.hibernate.processor.Context
 
containsDataMetaEntity(String) - Method in class org.hibernate.processor.Context
 
containsMetaEmbeddable(String) - Method in class org.hibernate.processor.Context
 
containsMetaEntity(String) - Method in class org.hibernate.processor.Context
 
Context - Class in org.hibernate.processor
 
Context(ProcessingEnvironment) - Constructor for class org.hibernate.processor.Context
 
ContextProvidingValidationEventHandler - Class in org.hibernate.processor.util.xml
Validation event handler used for obtaining line and column numbers in case of parsing failures.
ContextProvidingValidationEventHandler() - Constructor for class org.hibernate.processor.util.xml.ContextProvidingValidationEventHandler
 
CONVERT - Static variable in class org.hibernate.processor.util.Constants
 
create(ProcessingEnvironment, Map<String, String>, Map<String, Set<String>>, boolean) - Static method in class org.hibernate.processor.validation.ProcessorSessionFactory
 
create(PackageElement, Context) - Static method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
create(TypeElement, Context, boolean, boolean, boolean, AnnotationMetaEntity) - Static method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
create(TypeElement, Context, boolean, AnnotationMetaEntity) - Static method in class org.hibernate.processor.annotation.NonManagedMetamodel
 
create(TypeElement, Context, AnnotationMetaEntity) - Static method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
CriteriaDeleteMethod - Class in org.hibernate.processor.annotation
 
CriteriaFinderMethod - Class in org.hibernate.processor.annotation
 
CRUD_REPOSITORY - Static variable in class org.hibernate.processor.util.Constants
 

D

DATA_REPOSITORY - Static variable in class org.hibernate.processor.util.Constants
 
DataAnnotationMetaAttribute - Class in org.hibernate.processor.annotation
Captures all information about an annotated persistent attribute.
DataAnnotationMetaAttribute(AnnotationMetaEntity, Element, String, String) - Constructor for class org.hibernate.processor.annotation.DataAnnotationMetaAttribute
 
DataMetaAttributeGenerationVisitor - Class in org.hibernate.processor.annotation
 
DEBUG_OPTION - Static variable in class org.hibernate.processor.HibernateProcessor
Debug logging from the processor
decapitalize(String) - Static method in class org.hibernate.processor.util.StringUtil
 
DEFAULT_ANNOTATION_PARAMETER_NAME - Static variable in class org.hibernate.processor.util.TypeUtils
 
DefaultConstructor - Class in org.hibernate.processor.annotation
Used by the container to instantiate a Jakarta Data repository.
DefaultConstructor(AnnotationMetaEntity, String, String, String, String, String, boolean) - Constructor for class org.hibernate.processor.annotation.DefaultConstructor
 
determineAccessTypeForHierarchy(TypeElement, Context) - Static method in class org.hibernate.processor.util.TypeUtils
 
determineAnnotationSpecifiedAccessType(Element) - Static method in class org.hibernate.processor.util.TypeUtils
 
determineFullyQualifiedClassName(String, String) - Static method in class org.hibernate.processor.util.StringUtil
 
doLazyXmlParsing() - Method in class org.hibernate.processor.Context
 

E

ELEMENT_COLLECTION - Static variable in class org.hibernate.processor.util.Constants
 
ElementCollectionPersister(String, CollectionType, TypeElement, String, AccessType, ProcessorSessionFactory) - Constructor for class org.hibernate.processor.validation.ProcessorSessionFactory.ElementCollectionPersister
 
EMBEDDABLE - Static variable in class org.hibernate.processor.util.Constants
 
EMBEDDED - Static variable in class org.hibernate.processor.util.Constants
 
EMBEDDED_ID - Static variable in class org.hibernate.processor.util.Constants
 
ENTITY - Static variable in class org.hibernate.processor.util.Constants
 
ENTITY_GRAPH - Static variable in class org.hibernate.processor.util.Constants
 
ENTITY_INDEX - Static variable in class org.hibernate.processor.HibernateProcessor
 
ENTITY_INDEX - Static variable in class org.hibernate.processor.validation.ProcessorSessionFactory
 
ENTITY_MANAGER - Static variable in class org.hibernate.processor.util.Constants
 
ENTITY_MANAGER_FACTORY - Static variable in class org.hibernate.processor.util.Constants
 
EntityPersister(String, TypeElement, ProcessorSessionFactory) - Constructor for class org.hibernate.processor.validation.ProcessorSessionFactory.EntityPersister
 
equals(Object) - Method in class org.hibernate.processor.util.FileTimeStampChecker
 
error(int, int, String) - Method in interface org.hibernate.processor.validation.Validation.Handler
 
EVENT - Static variable in class org.hibernate.processor.util.Constants
 
EventField - Class in org.hibernate.processor.annotation
Holds a reference to the CDI Event object.
EventField(AnnotationMetaEntity) - Constructor for class org.hibernate.processor.annotation.EventField
 
EXCLUDE - Static variable in class org.hibernate.processor.HibernateProcessor
Option to exclude certain types, according to a list of patterns.
EXCLUDE - Static variable in class org.hibernate.processor.util.Constants
 
executeSelect(StringBuilder, List<String>, String, boolean, boolean) - Method in class org.hibernate.processor.annotation.AbstractQueryMethod
 
extendsClass(TypeElement, String) - Static method in class org.hibernate.processor.util.TypeUtils
 
extractClosestRealType(TypeMirror, Context, Set<TypeVariable>) - Static method in class org.hibernate.processor.util.TypeUtils
 
extractClosestRealTypeAsString(TypeMirror, Context) - Static method in class org.hibernate.processor.util.TypeUtils
 

F

FileTimeStampChecker - Class in org.hibernate.processor.util
 
FileTimeStampChecker() - Constructor for class org.hibernate.processor.util.FileTimeStampChecker
 
FIND - Static variable in class org.hibernate.processor.util.Constants
 
findEntityClass(String) - Method in class org.hibernate.processor.validation.ProcessorSessionFactory
 
findEntityGraphByName(String) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
findMappedSuperElement(Metamodel, Context) - Static method in class org.hibernate.processor.util.TypeUtils
 
FULLY_ANNOTATION_CONFIGURED_OPTION - Static variable in class org.hibernate.processor.HibernateProcessor
Controls whether the processor should consider XML files

G

GENERATED_VALUE - Static variable in class org.hibernate.processor.util.Constants
 
generateImports() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
generateImports() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
generateImports() - Method in class org.hibernate.processor.ImportContextImpl
 
generateImports() - Method in interface org.hibernate.processor.model.ImportContext
 
generateImports() - Method in interface org.hibernate.processor.model.Metamodel
 
generateImports() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
generateJakartaDataStaticMetamodel() - Method in class org.hibernate.processor.Context
 
getAccessType() - Method in class org.hibernate.processor.util.AccessTypeInformation
 
getAccessTypeInfo(String) - Method in class org.hibernate.processor.Context
 
getAllMembers(TypeElement) - Method in class org.hibernate.processor.Context
 
getAnnotationMirror(Element, String) - Static method in class org.hibernate.processor.util.TypeUtils
Checks whether the Element hosts the annotation with the given fully qualified class name.
getAnnotationValue(AnnotationMirror) - Static method in class org.hibernate.processor.util.TypeUtils
 
getAnnotationValue(AnnotationMirror, String) - Static method in class org.hibernate.processor.util.TypeUtils
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.AbstractCriteriaMethod
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.AnnotationMetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.AnnotationMetaMap
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.AnnotationMetaType
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.DataAnnotationMetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.DefaultConstructor
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.EventField
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.IdClassMetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.IdFinderMethod
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.InnerClassMetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.LifecycleMethod
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.NaturalIdFinderMethod
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.QueryMethod
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.annotation.RepositoryConstructor
 
getAttributeDeclarationString() - Method in interface org.hibernate.processor.model.MetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.xml.XmlMetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.processor.xml.XmlMetaMap
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.annotation.AbstractFinderMethod
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.annotation.AnnotationMetaAttribute
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.annotation.AnnotationMetaType
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.annotation.DataAnnotationMetaAttribute
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.annotation.DefaultConstructor
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.annotation.EventField
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.annotation.IdClassMetaAttribute
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.annotation.InnerClassMetaAttribute
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.annotation.LifecycleMethod
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.annotation.QueryMethod
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.annotation.RepositoryConstructor
 
getAttributeNameDeclarationString() - Method in interface org.hibernate.processor.model.MetaAttribute
 
getAttributeNameDeclarationString() - Method in class org.hibernate.processor.xml.XmlMetaAttribute
 
getBootModel() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getBootstrapContext() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getBuildingOptions() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getCache() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getClassLoaderService() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getCollectionElementType(DeclaredType, String, String, Context) - Static method in class org.hibernate.processor.util.TypeUtils
 
getCollectionSpaces() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getCollectionType() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getColumnNumber() - Method in class org.hibernate.processor.util.xml.ContextProvidingValidationEventHandler
 
getColumnSpan(MappingContext) - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.Component
 
getContext() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
getContext() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
getContext() - Method in interface org.hibernate.processor.model.Metamodel
 
getContext() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
getCriteriaBuilder() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getCriteriaValueHandlingMode() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getDataMetaEmbeddable(String) - Method in class org.hibernate.processor.Context
 
getDataMetaEmbeddables() - Method in class org.hibernate.processor.Context
 
getDataMetaEntities() - Method in class org.hibernate.processor.Context
 
getDataMetaEntity(String) - Method in class org.hibernate.processor.Context
 
getDefaultAccessType() - Method in class org.hibernate.processor.util.AccessTypeInformation
 
getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getDefinedFilterNames() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getDialect() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getDiscriminatorDomainType() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getDomainModel() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getEffectiveDefaults() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getElement() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
getElement() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
getElement() - Method in interface org.hibernate.processor.model.Metamodel
 
getElement() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
getElementKindForAccessType(AccessType) - Static method in class org.hibernate.processor.util.TypeUtils
 
getElementPersister() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getElementsToRedo() - Method in class org.hibernate.processor.Context
 
getElementType() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getElementUtils() - Method in class org.hibernate.processor.Context
 
getEntityAccessTypeInfo() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
getEntityMetamodel() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getEntityName() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getEntityNameMappings() - Method in class org.hibernate.processor.Context
 
getEntityNameResolvers() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getEntityNotFoundDelegate() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getEntityPersister() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getEnumTypesByValue() - Method in class org.hibernate.processor.Context
 
getErrorCount() - Method in interface org.hibernate.processor.validation.Validation.Handler
 
getFactory() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getFactory() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getFullyQualifiedClassNameOfTargetEntity(AnnotationMirror, String) - Static method in class org.hibernate.processor.util.TypeUtils
 
getFunctionRegistry() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getGeneratedClassFullyQualifiedName(TypeElement, boolean) - Static method in class org.hibernate.processor.util.TypeUtils
 
getGeneratedClassFullyQualifiedName(TypeElement, String, boolean) - Static method in class org.hibernate.processor.util.TypeUtils
 
getHostingEntity() - Method in class org.hibernate.processor.annotation.AbstractAnnotatedMethod
 
getHostingEntity() - Method in class org.hibernate.processor.annotation.AnnotationMetaAttribute
 
getHostingEntity() - Method in class org.hibernate.processor.annotation.AnnotationMetaType
 
getHostingEntity() - Method in class org.hibernate.processor.annotation.DataAnnotationMetaAttribute
 
getHostingEntity() - Method in class org.hibernate.processor.annotation.DefaultConstructor
 
getHostingEntity() - Method in class org.hibernate.processor.annotation.EventField
 
getHostingEntity() - Method in class org.hibernate.processor.annotation.IdClassMetaAttribute
 
getHostingEntity() - Method in class org.hibernate.processor.annotation.InnerClassMetaAttribute
 
getHostingEntity() - Method in class org.hibernate.processor.annotation.RepositoryConstructor
 
getHostingEntity() - Method in interface org.hibernate.processor.model.MetaAttribute
 
getHostingEntity() - Method in class org.hibernate.processor.xml.XmlMetaAttribute
 
getHqlTranslator() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getIdentifierColumnNames() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getIdentifierPropertyName() - Method in class org.hibernate.processor.validation.MockEntityPersister
Override on subclasses!
getIdentifierPropertyName(String) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getIdentifierType() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getIdentifierType() - Method in class org.hibernate.processor.validation.MockEntityPersister
Override on subclasses!
getIdentifierType(String) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getImmutableEntityUpdateQueryHandlingMode() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getImplicitNamingStrategy() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getIndexType() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getInputStreamForResource(String) - Method in class org.hibernate.processor.util.xml.XmlParserHelper
Returns an input stream for the specified resource.
getInterpretationCache() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getJaxbRoot(InputStream, Class<T>, Schema) - Method in class org.hibernate.processor.util.xml.XmlParserHelper
 
getJdbcServices() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getJpaCompliance() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getJpaEntityName(String) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getJpaEntityName(String) - Method in class org.hibernate.processor.validation.ProcessorSessionFactory
 
getJpaMetamodel() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getKeyType() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getKeyType(DeclaredType, Context) - Static method in class org.hibernate.processor.util.TypeUtils
 
getLineNumber() - Method in class org.hibernate.processor.util.xml.ContextProvidingValidationEventHandler
 
getMappedByProperty() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getMappedSuperclass() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getMappingDefaults() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getMappingMetamodel() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getMaximumFetchDepth() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getMembers() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
getMembers() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
getMembers() - Method in interface org.hibernate.processor.model.Metamodel
 
getMembers() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
getMemberType(String, String) - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
getMessage() - Method in class org.hibernate.processor.util.xml.ContextProvidingValidationEventHandler
 
getMetaAuxiliaries() - Method in class org.hibernate.processor.Context
 
getMetaAuxiliary(String) - Method in class org.hibernate.processor.Context
 
getMetaEmbeddable(String) - Method in class org.hibernate.processor.Context
 
getMetaEmbeddables() - Method in class org.hibernate.processor.Context
 
getMetaEntities() - Method in class org.hibernate.processor.Context
 
getMetaEntity() - Method in class org.hibernate.processor.annotation.InnerClassMetaAttribute
 
getMetaEntity(String) - Method in class org.hibernate.processor.Context
 
getMetamodel() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getMetamodel(String) - Method in class org.hibernate.processor.Context
 
getMetaType() - Method in class org.hibernate.processor.annotation.AbstractQueryMethod
 
getMetaType() - Method in class org.hibernate.processor.annotation.AnnotationMetaAttribute
 
getMetaType() - Method in class org.hibernate.processor.annotation.AnnotationMetaCollection
 
getMetaType() - Method in class org.hibernate.processor.annotation.AnnotationMetaSingleAttribute
 
getMetaType() - Method in class org.hibernate.processor.annotation.AnnotationMetaType
 
getMetaType() - Method in class org.hibernate.processor.annotation.DataAnnotationMetaAttribute
 
getMetaType() - Method in class org.hibernate.processor.annotation.DefaultConstructor
 
getMetaType() - Method in class org.hibernate.processor.annotation.EventField
 
getMetaType() - Method in class org.hibernate.processor.annotation.IdClassMetaAttribute
 
getMetaType() - Method in class org.hibernate.processor.annotation.InnerClassMetaAttribute
 
getMetaType() - Method in class org.hibernate.processor.annotation.LifecycleMethod
 
getMetaType() - Method in class org.hibernate.processor.annotation.RepositoryConstructor
 
getMetaType() - Method in interface org.hibernate.processor.model.MetaAttribute
 
getMetaType() - Method in class org.hibernate.processor.xml.XmlMetaAttribute
 
getMetaType() - Method in class org.hibernate.processor.xml.XmlMetaCollection
 
getMetaType() - Method in class org.hibernate.processor.xml.XmlMetaSingleAttribute
 
getName() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getName() - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.Component
 
getNamedObjectRepository() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getNativeQueryInterpreter() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getOrmXmlFiles() - Method in class org.hibernate.processor.Context
 
getOwnerEntityPersister() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getPackageName() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
getPackageName() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
getPackageName() - Method in interface org.hibernate.processor.model.Metamodel
 
getPackageName() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
getPersistenceUnitDefaultAccessType() - Method in class org.hibernate.processor.Context
 
getPersistenceXmlLocation() - Method in class org.hibernate.processor.Context
 
getPhysicalNamingStrategy() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getProcessingEnvironment() - Method in class org.hibernate.processor.Context
 
getPropertyIndex(String) - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.Component
 
getPropertyName() - Method in class org.hibernate.processor.annotation.AbstractQueryMethod
 
getPropertyName() - Method in class org.hibernate.processor.annotation.AnnotationMetaAttribute
 
getPropertyName() - Method in class org.hibernate.processor.annotation.AnnotationMetaType
 
getPropertyName() - Method in class org.hibernate.processor.annotation.DataAnnotationMetaAttribute
 
getPropertyName() - Method in class org.hibernate.processor.annotation.DefaultConstructor
 
getPropertyName() - Method in class org.hibernate.processor.annotation.EventField
 
getPropertyName() - Method in class org.hibernate.processor.annotation.IdClassMetaAttribute
 
getPropertyName() - Method in class org.hibernate.processor.annotation.InnerClassMetaAttribute
 
getPropertyName() - Method in class org.hibernate.processor.annotation.LifecycleMethod
 
getPropertyName() - Method in class org.hibernate.processor.annotation.RepositoryConstructor
 
getPropertyName() - Method in interface org.hibernate.processor.model.MetaAttribute
 
getPropertyName() - Method in class org.hibernate.processor.xml.XmlMetaAttribute
 
getPropertyName(String) - Static method in class org.hibernate.processor.util.StringUtil
 
getPropertyNames() - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.Component
 
getPropertyNullability() - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.Component
 
getPropertySpaces() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getPropertyType(String) - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getQualifiedName() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
getQualifiedName() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
getQualifiedName() - Method in interface org.hibernate.processor.model.Metamodel
 
getQualifiedName() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
getQueryEngine() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getQuerySpaces() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getReturnedClassName() - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.Component
 
getRole() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getRootEntityName() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getRootEntityName() - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.EntityPersister
 
getRootEntityPersister() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getRuntimeMetamodels() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSchema(String) - Method in class org.hibernate.processor.util.xml.XmlParserHelper
 
getServiceRegistry() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSessionFactory() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSessionFactoryName() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSessionFactoryObservers() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSessionFactoryOptions() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSessionVariableName() - Method in class org.hibernate.processor.annotation.AnnotationMeta
 
getSessionVariableName() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
getSettings() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSimpleName() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
getSimpleName() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
getSimpleName() - Method in interface org.hibernate.processor.model.Metamodel
 
getSimpleName() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
getSqlStringGenerationContext() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSqlTranslationEngine() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSqmFunctionRegistry() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSqmTranslatorFactory() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getStatistics() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSubclassEntityNames() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getSubtypes() - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.Component
 
getSuperclassTypeElement(TypeElement) - Static method in class org.hibernate.processor.util.TypeUtils
 
getSupertype(String) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getSupertype(String) - Method in class org.hibernate.processor.validation.ProcessorSessionFactory
 
getSuperTypeElement() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
getSuperTypeElement() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
getSuperTypeElement() - Method in interface org.hibernate.processor.model.Metamodel
 
getSuperTypeElement() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
getSupportedSourceVersion() - Method in class org.hibernate.processor.HibernateProcessor
 
getSuppressedWarnings() - Method in class org.hibernate.processor.Context
 
getTableName() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
getTableName() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getTargetEntity(List<? extends AnnotationMirror>) - Static method in class org.hibernate.processor.util.TypeUtils
 
getTenantIdentifierJavaType() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getTypeConfiguration() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getTypeDeclaration() - Method in class org.hibernate.processor.annotation.AbstractFinderMethod
 
getTypeDeclaration() - Method in class org.hibernate.processor.annotation.AnnotationMetaAttribute
 
getTypeDeclaration() - Method in class org.hibernate.processor.annotation.AnnotationMetaType
 
getTypeDeclaration() - Method in class org.hibernate.processor.annotation.DataAnnotationMetaAttribute
 
getTypeDeclaration() - Method in class org.hibernate.processor.annotation.DefaultConstructor
 
getTypeDeclaration() - Method in class org.hibernate.processor.annotation.EventField
 
getTypeDeclaration() - Method in class org.hibernate.processor.annotation.IdClassMetaAttribute
 
getTypeDeclaration() - Method in class org.hibernate.processor.annotation.InnerClassMetaAttribute
 
getTypeDeclaration() - Method in class org.hibernate.processor.annotation.LifecycleMethod
 
getTypeDeclaration() - Method in class org.hibernate.processor.annotation.QueryMethod
 
getTypeDeclaration() - Method in class org.hibernate.processor.annotation.RepositoryConstructor
 
getTypeDeclaration() - Method in interface org.hibernate.processor.model.MetaAttribute
 
getTypeDeclaration() - Method in class org.hibernate.processor.xml.XmlMetaAttribute
 
getTypeElementForFullyQualifiedName(String) - Method in class org.hibernate.processor.Context
 
getTypeUtils() - Method in class org.hibernate.processor.Context
 
getUpperUnderscoreCaseFromLowerCamelCase(String) - Static method in class org.hibernate.processor.util.StringUtil
 
getUuid() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
getVersionProperty() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
getVersionString() - Static method in class org.hibernate.processor.Version
 
getVersionType() - Method in class org.hibernate.processor.validation.MockEntityPersister
Override on subclasses!
getVersionType(String) - Method in class org.hibernate.processor.validation.MockSessionFactory
 

H

handle(StringBuilder, String, String) - Method in class org.hibernate.processor.annotation.AbstractAnnotatedMethod
 
handleEvent(ValidationEvent) - Method in class org.hibernate.processor.util.xml.ContextProvidingValidationEventHandler
 
hasAnnotation(Element, String) - Static method in class org.hibernate.processor.util.TypeUtils
 
hasAnnotation(Element, String...) - Static method in class org.hibernate.processor.util.TypeUtils
 
hashCode() - Method in class org.hibernate.processor.util.FileTimeStampChecker
 
hasIndex() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
hasStringAttribute() - Method in class org.hibernate.processor.annotation.AbstractFinderMethod
 
hasStringAttribute() - Method in class org.hibernate.processor.annotation.AnnotationMetaAttribute
 
hasStringAttribute() - Method in class org.hibernate.processor.annotation.AnnotationMetaType
 
hasStringAttribute() - Method in class org.hibernate.processor.annotation.DataAnnotationMetaAttribute
 
hasStringAttribute() - Method in class org.hibernate.processor.annotation.DefaultConstructor
 
hasStringAttribute() - Method in class org.hibernate.processor.annotation.EventField
 
hasStringAttribute() - Method in class org.hibernate.processor.annotation.IdClassMetaAttribute
 
hasStringAttribute() - Method in class org.hibernate.processor.annotation.InnerClassMetaAttribute
 
hasStringAttribute() - Method in class org.hibernate.processor.annotation.LifecycleMethod
 
hasStringAttribute() - Method in class org.hibernate.processor.annotation.QueryMethod
 
hasStringAttribute() - Method in class org.hibernate.processor.annotation.RepositoryConstructor
 
hasStringAttribute() - Method in interface org.hibernate.processor.model.MetaAttribute
 
hasStringAttribute() - Method in class org.hibernate.processor.xml.XmlMetaAttribute
 
hasTypedAttribute() - Method in class org.hibernate.processor.annotation.AbstractFinderMethod
 
hasTypedAttribute() - Method in class org.hibernate.processor.annotation.AnnotationMetaAttribute
 
hasTypedAttribute() - Method in class org.hibernate.processor.annotation.AnnotationMetaType
 
hasTypedAttribute() - Method in class org.hibernate.processor.annotation.DataAnnotationMetaAttribute
 
hasTypedAttribute() - Method in class org.hibernate.processor.annotation.DefaultConstructor
 
hasTypedAttribute() - Method in class org.hibernate.processor.annotation.EventField
 
hasTypedAttribute() - Method in class org.hibernate.processor.annotation.IdClassMetaAttribute
 
hasTypedAttribute() - Method in class org.hibernate.processor.annotation.InnerClassMetaAttribute
 
hasTypedAttribute() - Method in class org.hibernate.processor.annotation.LifecycleMethod
 
hasTypedAttribute() - Method in class org.hibernate.processor.annotation.QueryMethod
 
hasTypedAttribute() - Method in class org.hibernate.processor.annotation.RepositoryConstructor
 
hasTypedAttribute() - Method in interface org.hibernate.processor.model.MetaAttribute
 
hasTypedAttribute() - Method in class org.hibernate.processor.xml.XmlMetaAttribute
 
HIB_ENABLED_FETCH_PROFILE - Static variable in class org.hibernate.processor.util.Constants
 
HIB_FETCH_PROFILE - Static variable in class org.hibernate.processor.util.Constants
 
HIB_FETCH_PROFILES - Static variable in class org.hibernate.processor.util.Constants
 
HIB_FILTER_DEF - Static variable in class org.hibernate.processor.util.Constants
 
HIB_FILTER_DEFS - Static variable in class org.hibernate.processor.util.Constants
 
HIB_KEYED_PAGE - Static variable in class org.hibernate.processor.util.Constants
 
HIB_KEYED_RESULT_LIST - Static variable in class org.hibernate.processor.util.Constants
 
HIB_NAMED_NATIVE_QUERIES - Static variable in class org.hibernate.processor.util.Constants
 
HIB_NAMED_NATIVE_QUERY - Static variable in class org.hibernate.processor.util.Constants
 
HIB_NAMED_QUERIES - Static variable in class org.hibernate.processor.util.Constants
 
HIB_NAMED_QUERY - Static variable in class org.hibernate.processor.util.Constants
 
HIB_ORDER - Static variable in class org.hibernate.processor.util.Constants
 
HIB_PAGE - Static variable in class org.hibernate.processor.util.Constants
 
HIB_QUERY - Static variable in class org.hibernate.processor.util.Constants
 
HIB_RANGE - Static variable in class org.hibernate.processor.util.Constants
 
HIB_RESTRICTION - Static variable in class org.hibernate.processor.util.Constants
 
HIB_SELECTION_QUERY - Static variable in class org.hibernate.processor.util.Constants
 
HIB_SESSION - Static variable in class org.hibernate.processor.util.Constants
 
HIB_SESSION_FACTORY - Static variable in class org.hibernate.processor.util.Constants
 
HIB_SORT_DIRECTION - Static variable in class org.hibernate.processor.util.Constants
 
HIB_STATELESS_SESSION - Static variable in class org.hibernate.processor.util.Constants
 
HibernateProcessor - Class in org.hibernate.processor
Main annotation processor.
HibernateProcessor() - Constructor for class org.hibernate.processor.HibernateProcessor
 
HQL - Static variable in class org.hibernate.processor.util.Constants
 

I

ID - Static variable in class org.hibernate.processor.util.Constants
 
ID_CLASS - Static variable in class org.hibernate.processor.util.Constants
 
IdClassMetaAttribute - Class in org.hibernate.processor.annotation
 
IdClassMetaAttribute(Metamodel, List<MetaAttribute>) - Constructor for class org.hibernate.processor.annotation.IdClassMetaAttribute
 
IDENTIFIER - Static variable in class org.hibernate.processor.annotation.NaturalIdFinderMethod
 
identifierPropertyName() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
identifierPropertyName() - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.EntityPersister
 
identifierType() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
identifierType() - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.EntityPersister
 
IdFinderMethod - Class in org.hibernate.processor.annotation
 
IdFinderMethod(AnnotationMetaEntity, ExecutableElement, String, String, String, List<String>, List<String>, boolean, String, String, List<String>, boolean, boolean, String, boolean) - Constructor for class org.hibernate.processor.annotation.IdFinderMethod
 
implementsInterface(TypeElement, String) - Static method in class org.hibernate.processor.util.TypeUtils
 
ImportContext - Interface in org.hibernate.processor.model
 
ImportContextImpl - Class in org.hibernate.processor
 
ImportContextImpl(String) - Constructor for class org.hibernate.processor.ImportContextImpl
 
importType(String) - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
importType(String) - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
importType(String) - Method in class org.hibernate.processor.ImportContextImpl
Add fqcn to the import list.
importType(String) - Method in interface org.hibernate.processor.model.ImportContext
Add fqcn to the import list.
importType(String) - Method in interface org.hibernate.processor.model.Metamodel
 
importType(String) - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
INCLUDE - Static variable in class org.hibernate.processor.HibernateProcessor
Option to include only certain types, according to a list of patterns.
INDEX - Static variable in class org.hibernate.processor.HibernateProcessor
Option to suppress creation of a filesystem-based index of entity types and enums for use by the query validator.
inheritedAnnotations() - Method in class org.hibernate.processor.annotation.AbstractAnnotatedMethod
 
inheritedAnnotations() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
inheritedAnnotations() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
inheritedAnnotations() - Method in class org.hibernate.processor.annotation.AnnotationMetaSingleAttribute
 
inheritedAnnotations() - Method in interface org.hibernate.processor.model.MetaAttribute
 
inheritedAnnotations() - Method in interface org.hibernate.processor.model.Metamodel
 
inheritedAnnotations() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
init() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
init() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
init() - Method in class org.hibernate.processor.annotation.NonManagedMetamodel
 
init(ProcessingEnvironment) - Method in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
Deprecated.
 
init(ProcessingEnvironment) - Method in class org.hibernate.processor.HibernateProcessor
 
INJECT - Static variable in class org.hibernate.processor.util.Constants
 
InnerClassMetaAttribute - Class in org.hibernate.processor.annotation
 
InnerClassMetaAttribute(AnnotationMeta) - Constructor for class org.hibernate.processor.annotation.InnerClassMetaAttribute
 
isAccessTypeResolved() - Method in class org.hibernate.processor.util.AccessTypeInformation
 
isAnnotationMirrorOfType(AnnotationMirror, String) - Static method in class org.hibernate.processor.util.TypeUtils
Returns true if the provided annotation type is of the same type as the provided class, false otherwise.
isBasicAttribute(Element, Element, Context) - Static method in class org.hibernate.processor.util.TypeUtils
 
isClassOrRecordType(Element) - Static method in class org.hibernate.processor.util.TypeUtils
 
isClassRecordOrInterfaceType(Element) - Static method in class org.hibernate.processor.util.TypeUtils
 
isClosed() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
isComponentType() - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.Component
 
isDataEventPackageAvailable() - Method in class org.hibernate.processor.Context
 
isDelayBatchFetchLoaderCreationsEnabled() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
isEntity(String) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
isEntity(String) - Method in class org.hibernate.processor.validation.ProcessorSessionFactory
 
isFullyQualified(String) - Static method in class org.hibernate.processor.util.StringUtil
 
isFullyXmlConfigured() - Method in class org.hibernate.processor.Context
 
isImplementation() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
isImplementation() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
isImplementation() - Method in interface org.hibernate.processor.model.Metamodel
Is this an implementation of a repository interface?
isImplementation() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
isIncluded(String) - Method in class org.hibernate.processor.Context
 
isIndexing() - Method in class org.hibernate.processor.Context
 
isInitialized() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
isInjectable() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
isInjectable() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
isInjectable() - Method in interface org.hibernate.processor.model.Metamodel
Can this be injected into things?
isInjectable() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
isJakartaDataStyle() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
isJakartaDataStyle() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
isJakartaDataStyle() - Method in interface org.hibernate.processor.model.Metamodel
Is it a Jakarta Data style metamodel interface?
isJakartaDataStyle() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
isMemberType(Element) - Static method in class org.hibernate.processor.util.TypeUtils
 
isMetaComplete() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
isMetaComplete() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
isMetaComplete() - Method in interface org.hibernate.processor.model.Metamodel
 
isMetaComplete() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
isMutable() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
isNullable(int) - Method in class org.hibernate.processor.annotation.CriteriaDeleteMethod
 
isNullable(int) - Method in class org.hibernate.processor.annotation.CriteriaFinderMethod
 
isOneToMany() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
isPreferJavaTimeJdbcTypesEnabled() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
isPreferNativeEnumTypesEnabled() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
isPrimitive(String) - Static method in class org.hibernate.processor.util.TypeUtils
 
isProperty(String, String) - Static method in class org.hibernate.processor.util.StringUtil
 
isPropertyGetter(ExecutableType, Element) - Static method in class org.hibernate.processor.util.TypeUtils
 
isQuarkusInjection() - Method in class org.hibernate.processor.Context
 
isReactive() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
isReactiveSessionAccess() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
isStatelessSession() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
isSubclassEntityName(String) - Method in class org.hibernate.processor.validation.MockEntityPersister
 
isSubtype(String, String) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
isSubtype(String, String) - Method in class org.hibernate.processor.validation.ProcessorSessionFactory
 
isVersioned() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
isXmlFormatMapperLegacyFormatEnabled() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
ITERABLE - Static variable in class org.hibernate.processor.util.Constants
 

J

JAVA_OBJECT - Static variable in class org.hibernate.processor.util.Constants
 
javadoc() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
javadoc() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
javadoc() - Method in class org.hibernate.processor.annotation.NonManagedMetamodel
 
javadoc() - Method in interface org.hibernate.processor.model.Metamodel
 
javadoc() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
JD_CURSORED_PAGE - Static variable in class org.hibernate.processor.util.Constants
 
JD_DELETE - Static variable in class org.hibernate.processor.util.Constants
 
JD_FIND - Static variable in class org.hibernate.processor.util.Constants
 
JD_INSERT - Static variable in class org.hibernate.processor.util.Constants
 
JD_LIFECYCLE_EVENT - Static variable in class org.hibernate.processor.util.Constants
 
JD_LIMIT - Static variable in class org.hibernate.processor.util.Constants
 
JD_ORDER - Static variable in class org.hibernate.processor.util.Constants
 
JD_ORDER_BY - Static variable in class org.hibernate.processor.util.Constants
 
JD_ORDER_BY_LIST - Static variable in class org.hibernate.processor.util.Constants
 
JD_PAGE - Static variable in class org.hibernate.processor.util.Constants
 
JD_PAGE_REQUEST - Static variable in class org.hibernate.processor.util.Constants
 
JD_QUERY - Static variable in class org.hibernate.processor.util.Constants
 
JD_REPOSITORY - Static variable in class org.hibernate.processor.util.Constants
 
JD_SAVE - Static variable in class org.hibernate.processor.util.Constants
 
JD_SORT - Static variable in class org.hibernate.processor.util.Constants
 
JD_UPDATE - Static variable in class org.hibernate.processor.util.Constants
 
JpaDescriptorParser - Class in org.hibernate.processor.xml
Parser for JPA XML descriptors (persistence.xml and referenced mapping files).
JpaDescriptorParser(Context) - Constructor for class org.hibernate.processor.xml.JpaDescriptorParser
 
JPAMetaModelEntityProcessor - Class in org.hibernate.jpamodelgen
Deprecated, for removal: This API element is subject to removal in a future version.
JPAMetaModelEntityProcessor() - Constructor for class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
Deprecated.
 
JpaNamespaceTransformingEventReader - Class in org.hibernate.processor.util.xml
Transforms the version attribute and namespace of the JPA configuration files (persistence.xml and orm.xml) to the default.
JpaNamespaceTransformingEventReader(XMLEventReader) - Constructor for class org.hibernate.processor.util.xml.JpaNamespaceTransformingEventReader
 

L

LAZY_XML_PARSING - Static variable in class org.hibernate.processor.HibernateProcessor
Controls whether the processor should only load XML files when there have been changes
LifecycleMethod - Class in org.hibernate.processor.annotation
 
LifecycleMethod(AnnotationMetaEntity, ExecutableElement, String, String, String, String, String, String, String, boolean, LifecycleMethod.ParameterKind, boolean, boolean) - Constructor for class org.hibernate.processor.annotation.LifecycleMethod
 
LifecycleMethod.ParameterKind - Enum Class in org.hibernate.processor.annotation
 
LIST - Enum constant in enum class org.hibernate.processor.annotation.LifecycleMethod.ParameterKind
 
LIST - Static variable in class org.hibernate.processor.util.Constants
 
LIST_ATTRIBUTE - Static variable in class org.hibernate.processor.util.Constants
 
load(Class<T>) - Static method in interface org.hibernate.processor.validation.Mocker
 
locateResourceStream(String) - Method in class org.hibernate.processor.xml.ResourceStreamLocatorImpl
 
logMessage(Diagnostic.Kind, String) - Method in class org.hibernate.processor.Context
 

M

make(Object...) - Method in interface org.hibernate.processor.validation.Mocker
 
MANY_TO_ANY - Static variable in class org.hibernate.processor.util.Constants
 
MANY_TO_MANY - Static variable in class org.hibernate.processor.util.Constants
 
MANY_TO_ONE - Static variable in class org.hibernate.processor.util.Constants
 
MAP - Static variable in class org.hibernate.processor.util.Constants
 
MAP_ATTRIBUTE - Static variable in class org.hibernate.processor.util.Constants
 
MAP_KEY_CLASS - Static variable in class org.hibernate.processor.util.Constants
 
MAPPED_SUPERCLASS - Static variable in class org.hibernate.processor.util.Constants
 
mappingDocumentFullyXmlConfigured(boolean) - Method in class org.hibernate.processor.Context
 
mergeInMembers(Metamodel) - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
message(Element, String, Diagnostic.Kind) - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
message(Element, String, Diagnostic.Kind) - Method in class org.hibernate.processor.Context
 
message(Element, AnnotationMirror, String, Diagnostic.Kind) - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
message(Element, AnnotationMirror, String, Diagnostic.Kind) - Method in class org.hibernate.processor.Context
 
message(Element, AnnotationMirror, AnnotationValue, String, Diagnostic.Kind) - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
message(Element, AnnotationMirror, AnnotationValue, String, Diagnostic.Kind) - Method in class org.hibernate.processor.Context
 
MetaAttribute - Interface in org.hibernate.processor.model
 
MetaAttributeGenerationVisitor - Class in org.hibernate.processor.annotation
 
MetaCollection - Interface in org.hibernate.processor.model
 
Metamodel - Interface in org.hibernate.processor.model
 
MetaModelGenerationException - Exception in org.hibernate.processor
RuntimeException used for errors during meta model generation.
MetaModelGenerationException() - Constructor for exception org.hibernate.processor.MetaModelGenerationException
 
MetaModelGenerationException(String) - Constructor for exception org.hibernate.processor.MetaModelGenerationException
 
MetaSingleAttribute - Interface in org.hibernate.processor.model
 
MockCollectionPersister - Class in org.hibernate.processor.validation
 
MockCollectionPersister(String, CollectionType, Type, MockSessionFactory) - Constructor for class org.hibernate.processor.validation.MockCollectionPersister
 
MockEntityPersister - Class in org.hibernate.processor.validation
 
MockEntityPersister(String, AccessType, MockSessionFactory) - Constructor for class org.hibernate.processor.validation.MockEntityPersister
 
Mocker<T> - Interface in org.hibernate.processor.validation
 
mocks - Static variable in interface org.hibernate.processor.validation.Mocker
 
MockSessionFactory - Class in org.hibernate.processor.validation
 
MockSessionFactory() - Constructor for class org.hibernate.processor.validation.MockSessionFactory
 
MUTINY_SESSION - Static variable in class org.hibernate.processor.util.Constants
 
MUTINY_SESSION_FACTORY - Static variable in class org.hibernate.processor.util.Constants
 
MUTINY_STATELESS_SESSION - Static variable in class org.hibernate.processor.util.Constants
 

N

NAMED_ENTITY_GRAPH - Static variable in class org.hibernate.processor.util.Constants
 
NAMED_ENTITY_GRAPHS - Static variable in class org.hibernate.processor.util.Constants
 
NAMED_NATIVE_QUERIES - Static variable in class org.hibernate.processor.util.Constants
 
NAMED_NATIVE_QUERY - Static variable in class org.hibernate.processor.util.Constants
 
NAMED_QUERIES - Static variable in class org.hibernate.processor.util.Constants
 
NAMED_QUERY - Static variable in class org.hibernate.processor.util.Constants
 
nameToFieldName(String) - Static method in class org.hibernate.processor.util.StringUtil
 
nameToMethodName(String) - Static method in class org.hibernate.processor.util.StringUtil
 
NATURAL_ID - Static variable in class org.hibernate.processor.util.Constants
 
NaturalIdFinderMethod - Class in org.hibernate.processor.annotation
 
NaturalIdFinderMethod(AnnotationMetaEntity, ExecutableElement, String, String, String, List<String>, List<String>, List<Boolean>, boolean, String, String, List<String>, boolean, boolean, String) - Constructor for class org.hibernate.processor.annotation.NaturalIdFinderMethod
 
nextEvent() - Method in class org.hibernate.processor.util.xml.JpaNamespaceTransformingEventReader
 
NonManagedMetamodel - Class in org.hibernate.processor.annotation
 
NonManagedMetamodel(TypeElement, Context, boolean, AnnotationMeta) - Constructor for class org.hibernate.processor.annotation.NonManagedMetamodel
 
NONNULL - Static variable in class org.hibernate.processor.util.Constants
 
NORMAL - Enum constant in enum class org.hibernate.processor.annotation.LifecycleMethod.ParameterKind
 
NOT_NULL - Static variable in class org.hibernate.processor.util.Constants
 
NULLABLE - Static variable in class org.hibernate.processor.util.Constants
 
nullary(Class<T>) - Static method in interface org.hibernate.processor.validation.Mocker
 
NullnessUtil - Class in org.hibernate.processor.util
Utility class for the Nullness Checker.

O

OBJECTS - Static variable in class org.hibernate.processor.util.Constants
 
ONE_TO_MANY - Static variable in class org.hibernate.processor.util.Constants
 
ONE_TO_ONE - Static variable in class org.hibernate.processor.util.Constants
 
OPTIONAL - Static variable in class org.hibernate.processor.util.Constants
 
org.hibernate.jpamodelgen - package org.hibernate.jpamodelgen
 
org.hibernate.processor - package org.hibernate.processor
The main package of this annotation processor.
org.hibernate.processor.annotation - package org.hibernate.processor.annotation
Implementation of the model classes backed by annotations.
org.hibernate.processor.model - package org.hibernate.processor.model
 
org.hibernate.processor.util - package org.hibernate.processor.util
Helper classes for string and type processing as well as access type detection.
org.hibernate.processor.util.xml - package org.hibernate.processor.util.xml
XML helper classes.
org.hibernate.processor.validation - package org.hibernate.processor.validation
Validation for HQL queries.
org.hibernate.processor.xml - package org.hibernate.processor.xml
Implementation of the model classes backed by annotations.
ORM_XML_OPTION - Static variable in class org.hibernate.processor.HibernateProcessor
Path to an orm.xml file

P

packageNameFromFullyQualifiedName(String) - Static method in class org.hibernate.processor.util.StringUtil
 
PANACHE_ORM_ENTITY_BASE - Static variable in class org.hibernate.processor.util.Constants
 
PANACHE_ORM_REPOSITORY_BASE - Static variable in class org.hibernate.processor.util.Constants
 
PANACHE_REACTIVE_ENTITY_BASE - Static variable in class org.hibernate.processor.util.Constants
 
PANACHE_REACTIVE_REPOSITORY_BASE - Static variable in class org.hibernate.processor.util.Constants
 
parseMappingXml() - Method in class org.hibernate.processor.xml.JpaDescriptorParser
 
PATTERN - Static variable in class org.hibernate.processor.util.Constants
 
peek() - Method in class org.hibernate.processor.util.xml.JpaNamespaceTransformingEventReader
 
PERSISTENCE_UNIT - Static variable in class org.hibernate.processor.util.Constants
 
PERSISTENCE_XML_OPTION - Static variable in class org.hibernate.processor.HibernateProcessor
Path to a persistence.xml file
POST_CONSTRUCT - Static variable in class org.hibernate.processor.util.Constants
 
PRE_DESTROY - Static variable in class org.hibernate.processor.util.Constants
 
PRIMITIVE_TYPES - Static variable in class org.hibernate.processor.util.TypeUtils
 
primitiveClassMatchesKind(Class<?>, TypeKind) - Static method in class org.hibernate.processor.util.TypeUtils
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.hibernate.processor.HibernateProcessor
 
ProcessLaterException - Exception in org.hibernate.processor
 
ProcessLaterException() - Constructor for exception org.hibernate.processor.ProcessLaterException
 
ProcessorSessionFactory - Class in org.hibernate.processor.validation
Implementation of the Mock objects based on standard annotation processor APIs.
ProcessorSessionFactory(ProcessingEnvironment, boolean, Map<String, String>, Map<String, Set<String>>) - Constructor for class org.hibernate.processor.validation.ProcessorSessionFactory
 
ProcessorSessionFactory.Component - Class in org.hibernate.processor.validation
 
ProcessorSessionFactory.ElementCollectionPersister - Class in org.hibernate.processor.validation
 
ProcessorSessionFactory.EntityPersister - Class in org.hibernate.processor.validation
 
ProcessorSessionFactory.ToManyAssociationPersister - Class in org.hibernate.processor.validation
 
propertyName(Element) - Static method in class org.hibernate.processor.util.TypeUtils
 

Q

qualifiedNameForEntityName(String) - Method in class org.hibernate.processor.Context
 
qualifier(String) - Static method in class org.hibernate.processor.ImportContextImpl
 
QUARKUS_SESSION_OPERATIONS - Static variable in class org.hibernate.processor.util.Constants
 
QUERY - Static variable in class org.hibernate.processor.util.Constants
 
QueryMethod - Class in org.hibernate.processor.annotation
 

R

removeDollar(String) - Static method in class org.hibernate.processor.util.StringUtil
If this is an "intermediate" class providing @Query annotations for the query by magical method name crap, then by convention it will be named with a trailing $ sign.
removeElementToRedo(CharSequence) - Method in class org.hibernate.processor.Context
 
RepositoryConstructor - Class in org.hibernate.processor.annotation
A general purpose constructor which accepts the session.
RepositoryConstructor(AnnotationMetaEntity, String, String, String, String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.processor.annotation.RepositoryConstructor
 
ResourceStreamLocatorImpl - Class in org.hibernate.processor.xml
 
ResourceStreamLocatorImpl(Context) - Constructor for class org.hibernate.processor.xml.ResourceStreamLocatorImpl
 
resultType(SqmSelectStatement<?>) - Static method in class org.hibernate.processor.util.SqmTypeUtils
 

S

scope() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
scope() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
scope() - Method in interface org.hibernate.processor.model.Metamodel
What is its CDI scope for injection?
scope() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
SESSION_TYPES - Static variable in class org.hibernate.processor.util.Constants
 
SET - Static variable in class org.hibernate.processor.util.Constants
 
SET_ATTRIBUTE - Static variable in class org.hibernate.processor.util.Constants
 
setAddDependentAnnotation(boolean) - Method in class org.hibernate.processor.Context
 
setAddGeneratedAnnotation(boolean) - Method in class org.hibernate.processor.Context
 
setAddGenerationDate(boolean) - Method in class org.hibernate.processor.Context
 
setAddInjectAnnotation(boolean) - Method in class org.hibernate.processor.Context
 
setAddNonnullAnnotation(boolean) - Method in class org.hibernate.processor.Context
 
setAddTransactionScopedAnnotation(boolean) - Method in class org.hibernate.processor.Context
 
setCheckNullability(boolean) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
setDataEventPackageAvailable(boolean) - Method in class org.hibernate.processor.Context
 
setDefaultAccessType(AccessType) - Method in class org.hibernate.processor.util.AccessTypeInformation
 
setExclude(String) - Method in class org.hibernate.processor.Context
 
setExplicitAccessType(AccessType) - Method in class org.hibernate.processor.util.AccessTypeInformation
 
setGenerateJakartaDataStaticMetamodel(boolean) - Method in class org.hibernate.processor.Context
 
setInclude(String) - Method in class org.hibernate.processor.Context
 
setIndexing(boolean) - Method in class org.hibernate.processor.Context
 
setPersistenceUnitDefaultAccessType(AccessType) - Method in class org.hibernate.processor.Context
 
setQuarkusInjection(boolean) - Method in class org.hibernate.processor.Context
 
setSuppressedWarnings(String[]) - Method in class org.hibernate.processor.Context
 
setUsesQuarkusOrm(boolean) - Method in class org.hibernate.processor.Context
 
setUsesQuarkusReactive(boolean) - Method in class org.hibernate.processor.Context
 
SINGULAR_ATTRIBUTE - Static variable in class org.hibernate.processor.util.Constants
 
SQL - Static variable in class org.hibernate.processor.util.Constants
 
SQL_RESULT_SET_MAPPING - Static variable in class org.hibernate.processor.util.Constants
 
SQL_RESULT_SET_MAPPINGS - Static variable in class org.hibernate.processor.util.Constants
 
SqmTypeUtils - Class in org.hibernate.processor.util
 
staticImport(String, String) - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
staticImport(String, String) - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
staticImport(String, String) - Method in class org.hibernate.processor.ImportContextImpl
 
staticImport(String, String) - Method in interface org.hibernate.processor.model.ImportContext
 
staticImport(String, String) - Method in interface org.hibernate.processor.model.Metamodel
 
staticImport(String, String) - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
STREAM - Static variable in class org.hibernate.processor.util.Constants
 
STRING - Static variable in class org.hibernate.processor.util.Constants
 
StringUtil - Class in org.hibernate.processor.util
 
SUPPRESS_JAKARTA_DATA_METAMODEL - Static variable in class org.hibernate.processor.HibernateProcessor
Option to suppress generation of the Jakarta Data static metamodel, even when Jakarta Data is available on the build path.

T

toArrayTypeString(ArrayType, Context) - Static method in class org.hibernate.processor.util.TypeUtils
 
toColumns(String) - Method in class org.hibernate.processor.validation.MockEntityPersister
 
ToManyAssociationPersister(String, CollectionType, String, ProcessorSessionFactory) - Constructor for class org.hibernate.processor.validation.ProcessorSessionFactory.ToManyAssociationPersister
 
toString() - Method in class org.hibernate.processor.annotation.AnnotationMetaAttribute
 
toString() - Method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
toString() - Method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
toString() - Method in class org.hibernate.processor.annotation.DataAnnotationMetaAttribute
 
toString() - Method in class org.hibernate.processor.Context
 
toString() - Method in class org.hibernate.processor.util.AccessTypeInformation
 
toString() - Method in class org.hibernate.processor.util.FileTimeStampChecker
 
toString() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
toString() - Method in class org.hibernate.processor.xml.XmlMetaAttribute
 
toString() - Method in class org.hibernate.processor.xml.XmlMetaEntity
 
toString(TypeMirror) - Static method in class org.hibernate.processor.util.TypeRenderingVisitor
 
toTypeString(TypeMirror) - Static method in class org.hibernate.processor.util.TypeUtils
 
TRANSIENT - Static variable in class org.hibernate.processor.util.Constants
 
TUPLE - Static variable in class org.hibernate.processor.util.Constants
 
TYPE_LITERAL - Static variable in class org.hibernate.processor.util.Constants
 
TYPED_QUERY - Static variable in class org.hibernate.processor.util.Constants
 
TYPED_QUERY_REFERENCE - Static variable in class org.hibernate.processor.util.Constants
 
TypeRenderingVisitor - Class in org.hibernate.processor.util
 
TypeUtils - Class in org.hibernate.processor.util
Utility class.

U

UNI - Static variable in class org.hibernate.processor.util.Constants
 
UNI_BOOLEAN - Static variable in class org.hibernate.processor.util.Constants
 
UNI_INTEGER - Static variable in class org.hibernate.processor.util.Constants
 
UNI_MUTINY_SESSION - Static variable in class org.hibernate.processor.util.Constants
 
UNI_MUTINY_STATELESS_SESSION - Static variable in class org.hibernate.processor.util.Constants
 
UNI_VOID - Static variable in class org.hibernate.processor.util.Constants
 
unqualify(String) - Static method in class org.hibernate.processor.ImportContextImpl
 
usesQuarkusOrm() - Method in class org.hibernate.processor.Context
 
usesQuarkusReactive() - Method in class org.hibernate.processor.Context
 

V

validate(String, TypeMirror, boolean, Validation.Handler, SessionFactoryImplementor) - Static method in class org.hibernate.processor.validation.Validation
 
validate(String, TypeMirror, boolean, Validation.Handler, SessionFactoryImplementor, int) - Static method in class org.hibernate.processor.validation.Validation
 
validateNamedQueries() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
Validation - Class in org.hibernate.processor.validation
The entry point for HQL validation.
Validation() - Constructor for class org.hibernate.processor.validation.Validation
 
Validation.Handler - Interface in org.hibernate.processor.validation
 
valueOf(String) - Static method in enum class org.hibernate.processor.annotation.LifecycleMethod.ParameterKind
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.hibernate.processor.annotation.LifecycleMethod.ParameterKind
Returns an array containing the constants of this enum class, in the order they are declared.
variadic(Class<T>) - Static method in interface org.hibernate.processor.validation.Mocker
 
Version - Class in org.hibernate.processor
Information about the Meta Model Generator version.
versionType() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
versionType() - Method in class org.hibernate.processor.validation.ProcessorSessionFactory.EntityPersister
 
visitArray(ArrayType, Object) - Method in class org.hibernate.processor.util.TypeRenderingVisitor
 
visitArray(ArrayType, Element) - Method in class org.hibernate.processor.annotation.DataMetaAttributeGenerationVisitor
 
visitArray(ArrayType, Element) - Method in class org.hibernate.processor.annotation.MetaAttributeGenerationVisitor
 
visitDeclared(DeclaredType, Object) - Method in class org.hibernate.processor.util.TypeRenderingVisitor
 
visitDeclared(DeclaredType, Element) - Method in class org.hibernate.processor.annotation.DataMetaAttributeGenerationVisitor
 
visitDeclared(DeclaredType, Element) - Method in class org.hibernate.processor.annotation.MetaAttributeGenerationVisitor
 
visitExecutable(ExecutableType, Object) - Method in class org.hibernate.processor.util.TypeRenderingVisitor
 
visitExecutable(ExecutableType, Element) - Method in class org.hibernate.processor.annotation.DataMetaAttributeGenerationVisitor
 
visitExecutable(ExecutableType, Element) - Method in class org.hibernate.processor.annotation.MetaAttributeGenerationVisitor
 
visitIntersection(IntersectionType, Object) - Method in class org.hibernate.processor.util.TypeRenderingVisitor
 
visitNoType(NoType, Object) - Method in class org.hibernate.processor.util.TypeRenderingVisitor
 
visitNull(NullType, Object) - Method in class org.hibernate.processor.util.TypeRenderingVisitor
 
visitPrimitive(PrimitiveType, Object) - Method in class org.hibernate.processor.util.TypeRenderingVisitor
 
visitPrimitive(PrimitiveType, Element) - Method in class org.hibernate.processor.annotation.DataMetaAttributeGenerationVisitor
 
visitPrimitive(PrimitiveType, Element) - Method in class org.hibernate.processor.annotation.MetaAttributeGenerationVisitor
 
visitTypeVariable(TypeVariable, Object) - Method in class org.hibernate.processor.util.TypeRenderingVisitor
 
visitTypeVariable(TypeVariable, Element) - Method in class org.hibernate.processor.annotation.DataMetaAttributeGenerationVisitor
 
visitTypeVariable(TypeVariable, Element) - Method in class org.hibernate.processor.annotation.MetaAttributeGenerationVisitor
 
visitUnion(UnionType, Object) - Method in class org.hibernate.processor.util.TypeRenderingVisitor
 
visitWildcard(WildcardType, Object) - Method in class org.hibernate.processor.util.TypeRenderingVisitor
 
VOID - Static variable in class org.hibernate.processor.util.Constants
 

W

warn(int, int, String) - Method in interface org.hibernate.processor.validation.Validation.Handler
 
writeFile(Metamodel, Context) - Static method in class org.hibernate.processor.ClassWriter
 

X

XmlMetaAttribute - Class in org.hibernate.processor.xml
 
XmlMetaCollection - Class in org.hibernate.processor.xml
 
XmlMetaCollection(XmlMetaEntity, String, String, String) - Constructor for class org.hibernate.processor.xml.XmlMetaCollection
 
XmlMetaEntity - Class in org.hibernate.processor.xml
Collects XML-based meta information about an annotated type (entity, embeddable or mapped superclass).
XmlMetaMap - Class in org.hibernate.processor.xml
 
XmlMetaMap(XmlMetaEntity, String, String, String, String) - Constructor for class org.hibernate.processor.xml.XmlMetaMap
 
XmlMetaSingleAttribute - Class in org.hibernate.processor.xml
 
XmlMetaSingleAttribute(XmlMetaEntity, String, String) - Constructor for class org.hibernate.processor.xml.XmlMetaSingleAttribute
 
XmlParserHelper - Class in org.hibernate.processor.util.xml
Provides common functionality used for XML parsing.
XmlParserHelper(Context) - Constructor for class org.hibernate.processor.util.xml.XmlParserHelper
 
XmlParsingException - Exception in org.hibernate.processor.util.xml
Custom exception for all sorts of XML parsing related exceptions.
XmlParsingException(String, Throwable) - Constructor for exception org.hibernate.processor.util.xml.XmlParsingException
 
A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form