接口 SingularPersistentAttribute<D,J>
-
- 所有超级接口:
javax.persistence.metamodel.Attribute<D,J>,javax.persistence.metamodel.Bindable<J>,PersistentAttribute<D,J>,PersistentAttributeDescriptor<D,J>,javax.persistence.metamodel.SingularAttribute<D,J>
public interface SingularPersistentAttribute<D,J> extends javax.persistence.metamodel.SingularAttribute<D,J>, PersistentAttributeDescriptor<D,J>
Hibernate extension to the JPASingularAttributedescriptor- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 修饰符和类型 方法 说明 ManagedTypeDescriptor<D>getDeclaringType()default Class<J>getJavaType()SimpleTypeDescriptor<J>getType()default SimpleTypeDescriptor<?>getValueGraphType()For a singular attribute, the value type is defined as the attribute type-
从接口继承的方法 javax.persistence.metamodel.Attribute
getJavaMember, getName, getPersistentAttributeType, isAssociation, isCollection
-
从接口继承的方法 org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
getKeyGraphType
-
-
-
-
方法详细资料
-
getType
SimpleTypeDescriptor<J> getType()
-
getDeclaringType
ManagedTypeDescriptor<D> getDeclaringType()
- 指定者:
getDeclaringType在接口中javax.persistence.metamodel.Attribute<D,J>- 指定者:
getDeclaringType在接口中PersistentAttribute<D,J>- 指定者:
getDeclaringType在接口中PersistentAttributeDescriptor<D,J>
-
getValueGraphType
default SimpleTypeDescriptor<?> getValueGraphType()
For a singular attribute, the value type is defined as the attribute type- 指定者:
getValueGraphType在接口中PersistentAttribute<D,J>- 指定者:
getValueGraphType在接口中PersistentAttributeDescriptor<D,J>
-
-