类 SyntheticProperty

  • 所有已实现的接口:
    Serializable, MetaAttributable

    public class SyntheticProperty
    extends Property
    Models a property which does not actually exist in the model. It is created by Hibernate during the metamodel binding process.
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • SyntheticProperty

        public SyntheticProperty()
    • 方法详细资料

      • isSynthetic

        public boolean isSynthetic()
        从类复制的说明: Property
        Does this property represent a synthetic property? A synthetic property is one we create during metamodel binding to represent a collection of columns but which does not represent a property physically available on the entity.
        覆盖:
        isSynthetic 在类中 Property
        返回:
        True if synthetic; false otherwise.