Interface PersistentClassWrapper

  • All Superinterfaces:
    Wrapper

    public interface PersistentClassWrapper
    extends Wrapper
    • Method Detail

      • isAssignableToRootClass

        boolean isAssignableToRootClass()
      • isRootClass

        boolean isRootClass()
      • isInstanceOfRootClass

        boolean isInstanceOfRootClass()
      • isInstanceOfSubclass

        boolean isInstanceOfSubclass()
      • isInstanceOfJoinedSubclass

        boolean isInstanceOfJoinedSubclass()
      • isInstanceOfSpecialRootClass

        boolean isInstanceOfSpecialRootClass()
      • setIdentifierProperty

        void setIdentifierProperty​(PropertyWrapper property)
      • setDiscriminator

        void setDiscriminator​(ValueWrapper value)
      • isLazyPropertiesCacheable

        boolean isLazyPropertiesCacheable()
      • getEntityName

        String getEntityName()
      • getClassName

        String getClassName()
      • hasIdentifierProperty

        boolean hasIdentifierProperty()
      • setClassName

        void setClassName​(String name)
      • setEntityName

        void setEntityName​(String name)
      • setDiscriminatorValue

        void setDiscriminatorValue​(String str)
      • setAbstract

        void setAbstract​(Boolean b)
      • setProxyInterfaceName

        void setProxyInterfaceName​(String name)
      • setLazy

        void setLazy​(boolean b)
      • isCustomDeleteCallable

        boolean isCustomDeleteCallable()
      • isCustomInsertCallable

        boolean isCustomInsertCallable()
      • isCustomUpdateCallable

        boolean isCustomUpdateCallable()
      • isDiscriminatorInsertable

        boolean isDiscriminatorInsertable()
      • isDiscriminatorValueNotNull

        boolean isDiscriminatorValueNotNull()
      • isDiscriminatorValueNull

        boolean isDiscriminatorValueNull()
      • isExplicitPolymorphism

        boolean isExplicitPolymorphism()
      • isForceDiscriminator

        boolean isForceDiscriminator()
      • isInherited

        boolean isInherited()
      • isJoinedSubclass

        boolean isJoinedSubclass()
      • isLazy

        boolean isLazy()
      • isMutable

        boolean isMutable()
      • isPolymorphic

        boolean isPolymorphic()
      • isVersioned

        boolean isVersioned()
      • getBatchSize

        int getBatchSize()
      • getCacheConcurrencyStrategy

        String getCacheConcurrencyStrategy()
      • getCustomSQLDelete

        String getCustomSQLDelete()
      • getCustomSQLInsert

        String getCustomSQLInsert()
      • getCustomSQLUpdate

        String getCustomSQLUpdate()
      • getDiscriminatorValue

        String getDiscriminatorValue()
      • getLoaderName

        String getLoaderName()
      • getOptimisticLockMode

        int getOptimisticLockMode()