Class EntityProperties


  • public class EntityProperties
    extends java.lang.Object
    Represents field-related properties, when accessing database. This class is essentially a cache for these properties, since the initialization of the properties can be time-consuming.
    • Constructor Summary

      Constructors 
      Constructor Description
      EntityProperties​(java.lang.Class<?> clazz, Dialect dialect)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initSqlStatements​(java.lang.Class<?> clazz, Dialect dialect)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityProperties

        public EntityProperties​(java.lang.Class<?> clazz,
                                Dialect dialect)
    • Method Detail

      • initSqlStatements

        public void initSqlStatements​(java.lang.Class<?> clazz,
                                      Dialect dialect)