- 所有超级接口:
DomainType<J>, javax.persistence.metamodel.Type<J>
- 所有已知子接口:
BasicDomainType<J>, BasicTypeDescriptor<J>, EmbeddedDomainType<J>, EmbeddedTypeDescriptor<J>, EntityDomainType<J>, EntityTypeDescriptor<J>, IdentifiableDomainType<J>, IdentifiableTypeDescriptor<J>, ManagedDomainType<J>, ManagedTypeDescriptor<J>, MappedSuperclassDomainType<J>, MappedSuperclassTypeDescriptor<J>, SimpleTypeDescriptor<J>
- 所有已知实现类:
AbstractIdentifiableType, AbstractManagedType, BasicTypeImpl, EmbeddableTypeImpl, EntityTypeImpl, MappedSuperclassTypeImpl
public interface SimpleDomainType<J>
extends DomainType<J>
Describes any non-collection type
- 作者:
- Steve Ebersole