Java Code Examples for org.hibernate.persister.collection.QueryableCollection#isManyToMany()
The following examples show how to use
org.hibernate.persister.collection.QueryableCollection#isManyToMany() .
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: OuterJoinableAssociation.java From lams with GNU General Public License v2.0 | 5 votes |
public boolean isManyToManyWith(OuterJoinableAssociation other) { if ( joinable.isCollection() ) { QueryableCollection persister = (QueryableCollection) joinable; if ( persister.isManyToMany() ) { return persister.getElementType() == other.getJoinableType(); } } return false; }
Example 2
Source File: JoinSequence.java From Knowage-Server with GNU Affero General Public License v3.0 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }
Example 3
Source File: JoinSequence.java From Knowage-Server with GNU Affero General Public License v3.0 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }
Example 4
Source File: JoinSequence.java From Knowage-Server with GNU Affero General Public License v3.0 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }
Example 5
Source File: JoinSequence.java From Knowage-Server with GNU Affero General Public License v3.0 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }
Example 6
Source File: JoinSequence.java From Knowage-Server with GNU Affero General Public License v3.0 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }
Example 7
Source File: JoinSequence.java From Knowage-Server with GNU Affero General Public License v3.0 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }
Example 8
Source File: JoinSequence.java From Knowage-Server with GNU Affero General Public License v3.0 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }
Example 9
Source File: JoinSequence.java From Knowage-Server with GNU Affero General Public License v3.0 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }
Example 10
Source File: JoinSequence.java From Knowage-Server with GNU Affero General Public License v3.0 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }
Example 11
Source File: JoinSequence.java From Knowage-Server with GNU Affero General Public License v3.0 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }
Example 12
Source File: JoinSequence.java From Knowage-Server with GNU Affero General Public License v3.0 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }
Example 13
Source File: OuterJoinableAssociation.java From cacheonix-core with GNU Lesser General Public License v2.1 | 5 votes |
public boolean isManyToManyWith(OuterJoinableAssociation other) { if ( joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; if ( persister.isManyToMany() ) { return persister.getElementType() == other.getJoinableType(); } } return false; }
Example 14
Source File: JoinSequence.java From cacheonix-core with GNU Lesser General Public License v2.1 | 5 votes |
private boolean isManyToManyRoot(Joinable joinable) { if ( joinable != null && joinable.isCollection() ) { QueryableCollection persister = ( QueryableCollection ) joinable; return persister.isManyToMany(); } return false; }