Package | Description |
---|---|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.jpa.internal.metamodel | |
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
MappedSuperclass |
InFlightMetadataCollectorImpl.getMappedSuperclass(java.lang.Class type) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<MappedSuperclass> |
MetadataImpl.getMappedSuperclassMappingsCopy() |
java.util.Set<MappedSuperclass> |
InFlightMetadataCollectorImpl.getMappedSuperclassMappingsCopy() |
Modifier and Type | Method and Description |
---|---|
void |
InFlightMetadataCollectorImpl.addMappedSuperclass(java.lang.Class type,
MappedSuperclass mappedSuperclass) |
Constructor and Description |
---|
MetadataImpl(java.util.UUID uuid,
MetadataBuildingOptions metadataBuildingOptions,
TypeResolver typeResolver,
MutableIdentifierGeneratorFactory identifierGeneratorFactory,
java.util.Map<java.lang.String,PersistentClass> entityBindingMap,
java.util.Map<java.lang.Class,MappedSuperclass> mappedSuperclassMap,
java.util.Map<java.lang.String,Collection> collectionBindingMap,
java.util.Map<java.lang.String,TypeDefinition> typeDefinitionMap,
java.util.Map<java.lang.String,FilterDefinition> filterDefinitionMap,
java.util.Map<java.lang.String,FetchProfile> fetchProfileMap,
java.util.Map<java.lang.String,java.lang.String> imports,
java.util.Map<java.lang.String,IdentifierGeneratorDefinition> idGeneratorDefinitionMap,
java.util.Map<java.lang.String,NamedQueryDefinition> namedQueryMap,
java.util.Map<java.lang.String,NamedSQLQueryDefinition> namedNativeQueryMap,
java.util.Map<java.lang.String,NamedProcedureCallDefinition> namedProcedureCallMap,
java.util.Map<java.lang.String,ResultSetMappingDefinition> sqlResultSetMappingMap,
java.util.Map<java.lang.String,NamedEntityGraphDefinition> namedEntityGraphMap,
java.util.Map<java.lang.String,SQLFunction> sqlFunctionMap,
Database database) |
Modifier and Type | Method and Description |
---|---|
MappedSuperclass |
InFlightMetadataCollector.getMappedSuperclass(java.lang.Class type) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<MappedSuperclass> |
AbstractDelegatingMetadata.getMappedSuperclassMappingsCopy() |
java.util.Set<MappedSuperclass> |
MetadataImplementor.getMappedSuperclassMappingsCopy() |
Modifier and Type | Method and Description |
---|---|
void |
InFlightMetadataCollector.addMappedSuperclass(java.lang.Class type,
MappedSuperclass mappedSuperclass) |
Modifier and Type | Method and Description |
---|---|
static MappedSuperclass |
BinderHelper.getMappedSuperclassOrNull(org.hibernate.annotations.common.reflection.XClass declaringClass,
java.util.Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass,
MetadataBuildingContext context) |
Modifier and Type | Method and Description |
---|---|
static MetamodelImpl |
MetamodelImpl.buildMetamodel(java.util.Iterator<PersistentClass> persistentClasses,
java.util.Set<MappedSuperclass> mappedSuperclasses,
SessionFactoryImplementor sessionFactory,
boolean ignoreUnsupported)
Build the metamodel using the information from the collection of Hibernate
PersistentClass models as well as the Hibernate SessionFactory . |
Constructor and Description |
---|
MappedSuperclassTypeImpl(java.lang.Class<X> javaType,
MappedSuperclass mappedSuperclass,
AbstractIdentifiableType<? super X> superType) |
Modifier and Type | Method and Description |
---|---|
MappedSuperclass |
PersistentClass.getSuperMappedSuperclass() |
MappedSuperclass |
MappedSuperclass.getSuperMappedSuperclass()
Returns the first superclass marked as @MappedSuperclass or null if:
- none exists
- or the first persistent superclass found is an @Entity
|
Modifier and Type | Method and Description |
---|---|
void |
PersistentClass.setSuperMappedSuperclass(MappedSuperclass superMappedSuperclass) |
Constructor and Description |
---|
MappedSuperclass(MappedSuperclass superMappedSuperclass,
PersistentClass superPersistentClass) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.