Class NoRowLevelSecurity
java.lang.Object
org.hibernate.dialect.rowsecurity.NoRowLevelSecurity
- All Implemented Interfaces:
RowLevelSecurity
No-op row-level security support.
-
Nested Class Summary
Nested classes/interfaces inherited from interface RowLevelSecurity
RowLevelSecurity.TenantIdentifierSource -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDoes this dialect natively support row-level security?Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RowLevelSecurity
addTenantIdTableInitCommands, getTenantIdTableCreateStrings, setTenantIdentifier, supportsTenantIdentifierSource
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoRowLevelSecurity
public NoRowLevelSecurity()
-
-
Method Details
-
supportsRowLevelSecurity
public boolean supportsRowLevelSecurity()Description copied from interface:RowLevelSecurityDoes this dialect natively support row-level security?- Specified by:
supportsRowLevelSecurityin interfaceRowLevelSecurity
-