| 程序包 | 说明 |
|---|---|
| cn.sexycode.mybatis.jpa.metamodel.internal |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EntityTypeImpl<X>
Defines the Hibernate implementation of the JPA
EntityType contract. |
class |
MappedSuperclassTypeImpl<X> |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractIdentifiableType<? super X> |
AbstractIdentifiableType.getSupertype() |
| 构造器和说明 |
|---|
AbstractIdentifiableType(Class<X> javaType,
String typeName,
AbstractIdentifiableType<? super X> superType,
boolean hasIdClass,
boolean hasIdentifierProperty,
boolean versioned) |
EntityTypeImpl(Class javaType,
AbstractIdentifiableType<? super X> superType,
PersistentClass persistentClass) |
MappedSuperclassTypeImpl(Class<X> javaType,
javax.persistence.MappedSuperclass mappedSuperclass,
AbstractIdentifiableType<? super X> superType) |
Copyright © 2019. All rights reserved.