Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.metamodel.source Classes and Interfaces - 131 results found.
NameDescriptionTypePackageFramework
AbstractAttributeTypeResolverClassorg.hibernate.metamodel.source.annotations.attribute.typeHibernate ORM
AbstractEntitySourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
AbstractPluralAttributeSourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
AnnotationBindingContextDefines an interface for providing additional annotation related context information.Interfaceorg.hibernate.metamodel.source.annotationsHibernate ORM
AnnotationBindingContextImplClassorg.hibernate.metamodel.source.annotationsHibernate ORM
AnnotationMetadataSourceProcessorImplMain class responsible to creating and binding the Hibernate meta-model from annotations.Classorg.hibernate.metamodel.source.annotationsHibernate ORM
AssociationAttributeRepresents an association attribute.Classorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
AssociationAttributeSourceContract describing sources for attributes which model associations.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
AttributeNatureenum AttributeNatureextends EnumAn enum defining the type of a mapped attribute.Classorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
AttributeOverrideContains the information about a single AttributeOverride.Classorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
AttributeSourceContract for sources of persistent attribute descriptions.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
AttributeSourceContainerContract for a container of AttributeSource references.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
AttributeTypeResolverDetermines explicit Hibernate type information for JPA mapped attributes when additional type information is provided via annotations like Lob, Enumerated andInterfaceorg.hibernate.metamodel.source.annotations.attribute.typeHibernate ORM
AttributeTypeResolverImplClassorg.hibernate.metamodel.source.annotations.attribute.typeHibernate ORM
BagAttributeSourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
BasicAttributeRepresent a basic attribute (explicitly or implicitly mapped).Classorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
BasicPluralAttributeElementSourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
BasicPluralAttributeElementSourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
BinderThe common binder shared between annotations and hbm.Classorg.hibernate.metamodel.source.binderHibernate ORM
BindingContextInterfaceorg.hibernate.metamodel.sourceHibernate ORM
ColumnSourceContract for source information pertaining to a column definition.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
ColumnSourceImplClassorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
ColumnValuesContainer for the properties defined by Column.Classorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
ColumnValuesSourceImplClassorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
ComponentAttributeSourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
ComponentAttributeSourceImplAnnotation backed implementation of ComponentAttributeSource.Classorg.hibernate.metamodel.source.annotations.entityHibernate ORM
ComponentAttributeSourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
ComponentIdentifierSourceNested Class SummaryNested classes/interfaces inherited from interface org.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
CompositeAttributeTypeResolverClassorg.hibernate.metamodel.source.annotations.attribute.typeHibernate ORM
CompositePluralAttributeElementSourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
CompositePluralAttributeElementSourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
ConfiguredClassClassorg.hibernate.metamodel.source.annotations.entityHibernate ORM
ConfiguredClassTypeenum ConfiguredClassTypeextends EnumEnum Constant SummaryEMBEDDABLEClassorg.hibernate.metamodel.source.annotations.entityHibernate ORM
ConstraintSourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
DerivedValueSourceContract describing source of a derived value (formula).Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
DerivedValueSourceImplClassorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
DiscriminatorSourceContract for sources of information about a mapped discriminator.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
DiscriminatorSourceImplClassorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
EmbeddableClassRepresents the information about an entity annotated with @Embeddable.Classorg.hibernate.metamodel.source.annotations.entityHibernate ORM
EmbeddableHierarchyContains information about the access and inheritance type for all classes within a class hierarchy.Classorg.hibernate.metamodel.source.annotations.entityHibernate ORM
EntityBindingContextAnnotation version of a local binding context.Classorg.hibernate.metamodel.source.annotations.entityHibernate ORM
EntityClassRepresents an entity or mapped superclass configured via annotations/orm-xml.Classorg.hibernate.metamodel.source.annotations.entityHibernate ORM
EntityHierarchyModels the source-agnostic view of an entity hierarchy.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
EntityHierarchyBuilderGiven a (jandex) annotation index build processes all classes with JPA relevant annotations and pre-orders JPA entities respectively their inheritance hierarchy.Classorg.hibernate.metamodel.source.annotationsHibernate ORM
EntityHierarchyImplClassorg.hibernate.metamodel.source.annotationsHibernate ORM
EntityHierarchyImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
EntityMappingsMockerParse all JaxbEntityMappings generated from orm.Classorg.hibernate.metamodel.source.annotations.xml.mockerHibernate ORM
EntityMappingsMocker .DefaultSee Also:Serialized FormConstructor SummaryEntityMappingsMocker.Classorg.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMockerHibernate ORM
EntitySourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
EntitySourceImplClassorg.hibernate.metamodel.source.annotations.entityHibernate ORM
EnumConversionHelperHelper class which converts between different enum types.Classorg.hibernate.metamodel.source.annotationsHibernate ORM
EnumeratedTypeResolverClassorg.hibernate.metamodel.source.annotations.attribute.typeHibernate ORM
ExplicitHibernateTypeSourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
ExplicitHibernateTypeSourceImplClassorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
FetchProfileBinderBinds fetch profiles found in annotations.Classorg.hibernate.metamodel.source.annotations.globalHibernate ORM
FilterDefBinderBinds FilterDefs and FilterDef annotations.Classorg.hibernate.metamodel.source.annotations.globalHibernate ORM
FormulaValueClassorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
HbmBindingContextDefines features specific to the hbm.Interfaceorg.hibernate.metamodel.source.hbmHibernate ORM
HbmMetadataSourceProcessorImplThe MetadataSourceProcessor implementation responsible for processing hbm.Classorg.hibernate.metamodel.source.hbmHibernate ORM
HelperClassorg.hibernate.metamodel.source.hbmHibernate ORM
Helper .ValueSourcesAdapterConstructor SummaryHelper.Classorg.hibernate.metamodel.source.hbm.HelperHibernate ORM
HibernateDotNamesDefines the dot names for the Hibernate specific mapping annotations.Interfaceorg.hibernate.metamodel.source.annotationsHibernate ORM
HibernateMappingProcessorResponsible for processing a element.Classorg.hibernate.metamodel.source.hbmHibernate ORM
HierarchyBuilderClassorg.hibernate.metamodel.source.hbmHibernate ORM
IdentifierGeneratorResolverMethods inherited from class java.Classorg.hibernate.metamodel.source.internalHibernate ORM
IdentifierSourceContract describing source of identifier information for the entity.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
IdentifierSource .NatureClassorg.hibernate.metamodel.source.binder.IdentifierSourceHibernate ORM
IdGeneratorBinderBinds SequenceGenerator, TableGenerator, GenericGenerator, and GenericGenerators annotations.Classorg.hibernate.metamodel.source.annotations.globalHibernate ORM
IdTypeenum IdTypeextends EnumAn emum for the type of id configuration for an entity.Classorg.hibernate.metamodel.source.annotations.entityHibernate ORM
IndexBuilderClassorg.hibernate.metamodel.source.annotations.xml.mockerHibernate ORM
IndexedAnnotationFilterInterfaceorg.hibernate.metamodel.source.annotations.xml.filterHibernate ORM
JandexHelperUtility methods for working with the jandex annotation index.Classorg.hibernate.metamodel.source.annotationsHibernate ORM
JaxbHelperHelper class for unmarshalling xml configuration using StAX and JAXB.Classorg.hibernate.metamodel.source.internalHibernate ORM
JpaCallbackClassInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
JPADotNamesInterfaceorg.hibernate.metamodel.source.annotationsHibernate ORM
LobTypeResolverClassorg.hibernate.metamodel.source.annotations.attribute.typeHibernate ORM
LocalBindingContextMethods inherited from interface org.Interfaceorg.hibernate.metamodel.sourceHibernate ORM
ManyToAnyPluralAttributeElementSourceMethods inherited from interface org.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
ManyToManyPluralAttributeElementSourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
ManyToManyPluralAttributeElementSourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
MappedAttributeClassorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
MappingDefaultsDefines a (contextual) set of values to use as defaults in the absence of related mapping information.Interfaceorg.hibernate.metamodel.sourceHibernate ORM
MappingDocumentAggregates together information about a mapping document.Classorg.hibernate.metamodel.source.hbmHibernate ORM
MappingExceptionIndicates a problem parsing a mapping document.Classorg.hibernate.metamodel.sourceHibernate ORM
MappingNotFoundExceptionClassorg.hibernate.metamodel.sourceHibernate ORM
MetaAttributeContextClassorg.hibernate.metamodel.sourceHibernate ORM
MetaAttributeSourceDescribes incoming MetaAttribute values.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
MetadataBuilderImplClassorg.hibernate.metamodel.source.internalHibernate ORM
MetadataImplContainer for configuration data collected during binding the metamodel.Classorg.hibernate.metamodel.source.internalHibernate ORM
MetadataImplementorNested Class SummaryNested classes/interfaces inherited from interface org.Interfaceorg.hibernate.metamodel.sourceHibernate ORM
MetadataSourceProcessorHandles the processing of metadata sources in a dependency-ordered manner.Interfaceorg.hibernate.metamodel.sourceHibernate ORM
MockHelperClassorg.hibernate.metamodel.source.annotations.xml.mockerHibernate ORM
OneToManyPluralAttributeElementSourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
OneToManyPluralAttributeElementSourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
OrderableInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
OverriddenMappingDefaultsRepresents a nested level in the mapping defaults stack.Classorg.hibernate.metamodel.source.internalHibernate ORM
PluralAttributeElementNatureenum PluralAttributeElementNatureextends EnumDescribes the nature of the collection elements as declared by the metadata.Classorg.hibernate.metamodel.source.binderHibernate ORM
PluralAttributeElementSourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
PluralAttributeKeySourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
PluralAttributeKeySourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
PluralAttributeNatureenum PluralAttributeNatureextends EnumDescribes the nature of the collection itself as declared by the metadata.Classorg.hibernate.metamodel.source.binderHibernate ORM
PluralAttributeSourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
PseudoJpaDotNamesInterfaceorg.hibernate.metamodel.source.annotations.xmlHibernate ORM
QueryBinderBinds NamedQuery, NamedQueries, NamedNativeQuery, NamedNativeQueries, NamedQuery, NamedQueries,Classorg.hibernate.metamodel.source.annotations.globalHibernate ORM
ReflectionHelperClassorg.hibernate.metamodel.source.annotationsHibernate ORM
RelationalValueSourceUnifying interface for ColumnSource and DerivedValueSource.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
RelationalValueSourceContainerContract for a container of RelationalValueSource references.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
RootEntitySourceContract for the entity that is the root of an inheritance hierarchy.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
RootEntitySourceImplClassorg.hibernate.metamodel.source.annotations.entityHibernate ORM
RootEntitySourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
SessionFactoryBuilderImplClassorg.hibernate.metamodel.source.internalHibernate ORM
SetAttributeSourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
SimpleIdentifierSourceContract describing source of a simple identifier mapping.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
SimpleIdentifierSourceImplNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
SingularAttributeNatureenum SingularAttributeNatureextends EnumDescribes the understood natures of a singular attribute.Classorg.hibernate.metamodel.source.binderHibernate ORM
SingularAttributeSourceSource-agnostic description of information needed to bind a singular attribute.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
SingularAttributeSourceImplClassorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
SortableInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
SubclassEntityContainerContract for elements within a EntityHierarchy which can contain sub elements.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
SubclassEntitySourceMethods inherited from interface org.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
SubclassEntitySourceImplClassorg.hibernate.metamodel.source.annotations.entityHibernate ORM
SubclassEntitySourceImplClassorg.hibernate.metamodel.source.hbmHibernate ORM
TableBinderBinds table related information.Classorg.hibernate.metamodel.source.annotations.globalHibernate ORM
TableSourceInterfaceorg.hibernate.metamodel.source.binderHibernate ORM
TemporalTypeResolverClassorg.hibernate.metamodel.source.annotations.attribute.typeHibernate ORM
ToOneAttributeSourceFurther contract for sources of *-to-one style associations.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
ToOneAttributeSourceImplClassorg.hibernate.metamodel.source.annotations.attributeHibernate ORM
TypeDefBinderBinds TypeDef and TypeDefs.Classorg.hibernate.metamodel.source.annotations.globalHibernate ORM
UniqueConstraintSourceDefining a unique constraint sourceMethods inherited from interface org.Interfaceorg.hibernate.metamodel.source.binderHibernate ORM
UnknownInheritanceTypeExceptionClassorg.hibernate.metamodel.source.annotationsHibernate ORM
XsdExceptionIndicates an issue finding or loading an XSD schema.Classorg.hibernate.metamodel.sourceHibernate ORM