Class Helper


  • public class Helper
    extends java.lang.Object
    • Field Detail

      • INSTANCE

        public static final Helper INSTANCE
        Singleton access
      • SESSION_ID_COLUMN_NAME

        public static final java.lang.String SESSION_ID_COLUMN_NAME
        See Also:
        Constant Field Values
    • Method Detail

      • bindSessionIdentifier

        public void bindSessionIdentifier​(java.sql.PreparedStatement ps,
                                          SharedSessionContractImplementor session,
                                          int position)
                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException