- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- javax.persistence.metamodel.Bindable<J>, DomainType<J>, DomainTypeDescriptor<J>, EntityDomainType<J>, javax.persistence.metamodel.EntityType<J>, IdentifiableDomainType<J>, javax.persistence.metamodel.IdentifiableType<J>, IdentifiableTypeDescriptor<J>, ManagedDomainType<J>, javax.persistence.metamodel.ManagedType<J>, ManagedTypeDescriptor<J>, SimpleDomainType<J>, SimpleTypeDescriptor<J>, javax.persistence.metamodel.Type<J>
public interface EntityTypeDescriptor<J>
extends EntityDomainType<J>, IdentifiableTypeDescriptor<J>
Hibernate extension to the JPA EntityType
descriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Bindable
javax.persistence.metamodel.Bindable.BindableType
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Type
javax.persistence.metamodel.Type.PersistenceType
-
Method Summary
-
Methods inherited from interface javax.persistence.metamodel.EntityType
getName
-
Methods inherited from interface javax.persistence.metamodel.Bindable
getBindableJavaType, getBindableType
-
Methods inherited from interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
collectIdClassAttributes, getDeclaredId, getDeclaredVersion, getId, getIdType, getInFlightAccess, getSupertype, getSuperType, getVersion, hasIdClass, locateIdAttribute, locateVersionAttribute, visitIdClassAttributes
-
Methods inherited from interface javax.persistence.metamodel.IdentifiableType
getIdClassAttributes, hasSingleIdAttribute, hasVersionAttribute
-
Methods inherited from interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
findAttribute, findDeclaredAttribute, findSubType, findSubType, getAttribute, getCollection, getCollection, getDeclaredAttribute, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDefaultGraph, getList, getList, getMap, getMap, getName, getPluralAttribute, getSet, getSet, getSingularAttribute, getSingularAttribute, makeSubGraph, makeSubGraph
-
Methods inherited from interface javax.persistence.metamodel.Type
getJavaType, getPersistenceType
-
Methods inherited from interface javax.persistence.metamodel.ManagedType
getAttributes, getDeclaredAttributes, getDeclaredPluralAttributes, getDeclaredSingularAttributes, getPluralAttributes, getSingularAttributes
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.