类 JimmerEntityInformation<E,ID>
java.lang.Object
org.babyfish.jimmer.spring.repository.support.JimmerEntityInformation<E,ID>
- 所有已实现的接口:
org.springframework.data.repository.core.EntityInformation<E,,ID> org.springframework.data.repository.core.EntityMetadata<E>
public class JimmerEntityInformation<E,ID>
extends Object
implements org.springframework.data.repository.core.EntityInformation<E,ID>
-
构造器详细资料
-
JimmerEntityInformation
public JimmerEntityInformation(org.babyfish.jimmer.meta.ImmutableType immutableType)
-
-
方法详细资料
-
isNew
-
getId
-
getIdType
-
getJavaType
- 指定者:
getJavaType在接口中org.springframework.data.repository.core.EntityMetadata<E>
-