Class ResultLoaderMap


  • public class ResultLoaderMap
    extends java.lang.Object
    Author:
    Clinton Begin, Franta Mejta
    • Constructor Detail

      • ResultLoaderMap

        public ResultLoaderMap()
    • Method Detail

      • addLoader

        public void addLoader​(java.lang.String property,
                              MetaObject metaResultObject,
                              ResultLoader resultLoader)
      • getPropertyNames

        public java.util.Set<java.lang.String> getPropertyNames()
      • size

        public int size()
      • hasLoader

        public boolean hasLoader​(java.lang.String property)
      • load

        public boolean load​(java.lang.String property)
                     throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • remove

        public void remove​(java.lang.String property)
      • loadAll

        public void loadAll()
                     throws java.sql.SQLException
        Throws:
        java.sql.SQLException