Class LazyAttributesMetadata

    • Method Detail

      • from

        public static LazyAttributesMetadata from​(PersistentClass mappedEntity,
                                                  boolean isEnhanced,
                                                  boolean allowEnhancementAsProxy)
        Build a LazyFetchGroupMetadata based on the attributes defined for the PersistentClass
      • getEntityName

        public String getEntityName()
      • hasLazyAttributes

        public boolean hasLazyAttributes()
      • lazyAttributeCount

        public int lazyAttributeCount()
      • getLazyAttributeNames

        public Set<String> getLazyAttributeNames()
      • getFetchGroupNames

        public Set<String> getFetchGroupNames()
      • isLazyAttribute

        public boolean isLazyAttribute​(String attributeName)
      • getFetchGroupName

        public String getFetchGroupName​(String attributeName)
      • getAttributesInFetchGroup

        public Set<String> getAttributesInFetchGroup​(String fetchGroupName)
      • getAttributesInSameFetchGroup

        public Set<String> getAttributesInSameFetchGroup​(String attributeName)